Table of Contents

Class PdfListBoxField

Namespace
PdfSharp.Pdf.AcroForms
Assembly
PdfSharp.dll

Represents the list box field.

public sealed class PdfListBoxField : PdfChoiceField, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfListBoxField
Implements
Inherited Members

Properties

SelectedIndex

Gets or sets the index of the selected item.

public int SelectedIndex { get; set; }

Property Value

int