Pdf |
The PdfField type exposes the following members.
Name | Description | |||
---|---|---|---|---|
![]() | Actions | (Optional; PDF 1.1) An action that shall be performed when the field's annotation is activated (see 12.6, "Actions"). | ||
![]() | AnnotationType |
Gets the Widget value.
(Overrides PdfAnnotationAnnotationType) | ||
![]() | Appearance | Gets the appearance settings for this PdfField. | ||
![]() | DefaultValue | (Optional; inheritable) The default value to which the field reverts when a reset-form action is executed. The format of this value is the same as that of Value. | ||
![]() | FieldType | Gets the type of this field. | ||
![]() | Hidden | (PDF 1.2) If set, do not display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending on the setting of the Print flag) but should be considered hidden for purposes of on-screen display and user interaction. | ||
![]() | Name | Gets the (fully qualified) field name. | ||
![]() | (PDF 1.2) If set, print the annotation when the page is printed. If clear, never print the annotation, regardless of whether it is displayed on the screen.
| |||
![]() | ReadOnly | If set, the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database. | ||
![]() | Tooltip | (Optional; PDF 1.3) An alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes (see 14.9.3, "Alternate Descriptions"). | ||
![]() | Value | (Optional; inheritable) The field’s value, whose format varies depending on the field type. See the descriptions of individual field types for further information. |
Name | Description | |
---|---|---|
![]() | ToString |
Returns a String that represents this PdfField instance.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | 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) |
![]() | GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |