Click or drag to resize

PdfField Class

Represents a field for gathering information interactively from the user.
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfField

The PdfField type exposes the following members.

Constructors
 NameDescription
Protected methodPdfField The base constructor for creating new AcroForm field
Top
Properties
 NameDescription
Public propertyAdditionalActions Gets or sets the additional-actions defining the field's behavior in response to various trigger events.
Public propertyAlternateName Gets or sets alternate field name.
Public propertyControls Gets collection of controls assigned to this field.
Public propertyDefaultStyle Gets or sets a default style string
Public propertyDefaultValue Gets or sets the default value of the field.
Public propertyDictionary Gets the field's dictionary
Public propertyFieldType Gets the type of field
Public propertyFlags Gets extended field's flags
Public propertyFlagsEx Gets field flags
Public propertyFullName Gets the fully qualified field name.
Public propertyHandle Gets the Pdfium SDK handle that the field is bound to.
Public propertyInterForms Gets an Interactive Forms object that contains this field.
Public propertyMappingName Gets or sets mapping field name.
Public propertyNoExport Gets or sets a flag indicating whether the field must be exported by a PdfSubmitFormAction.
Public propertyReadOnly Gets or sets a flag indicating whether the field is readonly.
Public propertyRequired Gets or sets a flag indicating whether the field must have an export value.
Public propertyType Gets the type of field
Public propertyValue Gets or Sets field's value
Top
Methods
 NameDescription
Public methodGetControlIndex Gets control's index in a field
Public methodIsTerminalField Checks if the given field is terminal.
Public methodRegenerateAppearance Delete the existing appearance stream of all controls associated with this PdfField and build a new one in accordance with the properties of the field and controls.
Public methodResetAppearance Reset the appearance of all controls assigned to this field and mark them to be rebuilt on next page load.
Public methodResetField Resets field to it default values
Top
See Also