FdfField Properties

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The FdfField type exposes the following members.

Properties

  NameDescription
Public propertyAction
Gets or sets an action that shall be performed when the annotation is activated.
Public propertyAdditionalActions
Gets an additional-actions defining the annotation’s behaviour in response to various trigger events.
Public propertyAnnotationFlags
Gets or sets a set of flags specifying various characteristics of the field’s widget annotation (AnnotationFlags). When imported into an interactive form, the value of this entry shall replace that of the Flags entry in the form’s corresponding annotation. If this field is present, the SetAnnotationFlags and ClrAnnotationFlags entries, if any, shall be ignored.
Public propertyAppearance
Gets the pushbutton's appearance.
Public propertyAppearanceReference
Gets or sets the FdfAppearanceReference holding references to external PDF files containing the pages to use for the appearances of a pushbutton field. FdfAppearanceReference is similar to an AnnotationAppearance , except that the values of the Normal, Rollover, and Down entries shall all be named page reference. This entry shall be ignored if an Appearance entry is present.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyClrAnnotationFlags
Gets or sets a set of flags to be cleared (turned off) in the Flags entry of the form’s corresponding widget annotation. Bits equal to 1 in ClrAnnotationFlags shall cause the corresponding bits in Flags to be set to 0. If a SetAnnotationFlags entry is also present in the FDF field, it shall be applied before this entry. This entry shall beignored if an AnnotationFlags entry is present in the FDF field.
Public propertyClrFlags
Gets or sets a set of flags to be cleared (turned off) in the Flags entry of the form’s corresponding field dictionary. Bits equal to 1 in ClrFlags shall cause the corresponding bits in Flags to be set to 0. If a SetFlags entry is also present in the FDF field, it shall be applied before this entry. This entry shall be ignored if an Flags entry is present in the FDF field.
Public propertyFieldName
Gets or sets the partial field name
Public propertyFieldType
Gets the type of the field.
Public propertyFlags
Gets or sets a set of flags specifying various characteristics of the field.
Public propertyIconFit
Gets or sets the icon fit settings specifying how to display a button field’s icon within the annotation rectangle of its widget annotation. Meaningfull for button fields only.
Public propertyKids
Gets the list containing the immediate children of this field.
Public propertyOptions
Gets the options. This dictionary represents the option’s export value and the text that shall be displayed as the name of the option. Required for choice fields only, otherwise optional.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyRichTextContent
Gets or sets the rich text string that represents the annotation's content.
Public propertySetAnnotationFlags
Gets or sets a set of flags to be set (turned on) in the Flags entry of the form’s corresponding widget annotation dictionary. Bits equal to 1 in SetAnnotationFlags shall cause the corresponding bits in Flags to be set to 1. This entry shall be ignored if an AnnotationFlags entry is present in the FDF field.
Public propertySetFlags
Gets or sets a set of flags to be set (turned on) in the Flags property of the form’s corresponding field. Bits equal to 1 in SetFlags shall cause the corresponding bits in Flags to be set to 1. This property shall be ignored if an Flags entry is present in the FDF field
Top
See Also

Reference