Pdf |
The PdfFieldCollection type exposes the following members.
Name | Description | |
---|---|---|
Item | Gets the first occurrence of a PdfField with the specified (fully qualified) field name or . | |
NewRadioButtonName | Gets or sets the name that will be applied to the newly created PdfRadioButtonField. |
Name | Description | |
---|---|---|
AddButton | Adds a new PdfButtonField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set. | |
AddCheckBox | Adds a new PdfCheckBoxField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set. | |
AddDropdown | Adds a new PdfDropdownField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set. | |
AddListBox | Adds a new PdfListBoxField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set. | |
AddRadioButton | Adds a new PdfRadioButtonField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set to the value of NewRadioButtonName. | |
AddSignature | Adds a new invisible PdfSignatureField to the PdfFieldCollection. Its associated widget annotation will be added to the first page of the Pages and annotation's rectangle will have zero height and width, thus making the signature invisible. Its Name will be automatically set. | |
AddSignature(PdfPage, Double, Double, Double, Double) | Adds a new visible PdfSignatureField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set. | |
AddText | Adds a new PdfTextField to the PdfFieldCollection. Its associated widget annotation will be added to the page and annotation's rectangle will be defined by left, bottom, width and height in default user space units. Its Name will be automatically set. | |
Refresh | Forces an update of the PdfFieldCollection to include all PdfFields contained in the Annotations of all Pages that are not already contained in the PdfFieldCollection. This method also handles the invalid AcroForm entry in the Catalog dictionary and updates the Page property of all PdfAnnotations in the PdfDocument. |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetArray |
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) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |