Click or drag to resize

PdfChoiceFieldItemCollection Class

Represents a collection of PdfChoiceFieldItems.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionPdfChoiceFieldItem
        SautinSoft.PdfPdfOptionalCollectionPdfChoiceFieldItem
          SautinSoft.Pdf.FormsPdfChoiceFieldItemCollection

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public sealed class PdfChoiceFieldItemCollection : PdfOptionalCollection<PdfChoiceFieldItem>, 
	IList, ICollection, IEnumerable, IList<PdfChoiceFieldItem>, 
	ICollection<PdfChoiceFieldItem>, IEnumerable<PdfChoiceFieldItem>

The PdfChoiceFieldItemCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd(String) Adds a new PdfChoiceFieldItem with the specified value to the PdfChoiceFieldItemCollection.
Public methodAdd(String, String) Adds a new PdfChoiceFieldItem with the specified value and export value to the PdfChoiceFieldItemCollection.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also