Optional ReadonlycontainerReadonlyfontProtectedmodifiedOptionalpostOptional tokens to prepend or append during serialization
OptionalpreOptional tokens to prepend or append during serialization
Gets the default appearance string for the form
Sets the default appearance string for the form
Gets the default quadding (alignment) for the form 0 = left, 1 = center, 2 = right
Sets the default quadding (alignment) for the form
Gets the NeedAppearances flag
Sets the NeedAppearances flag to indicate that appearance streams need to be regenerated
The type of this PDF object
Gets the signature flags
Sets the signature flags
Creates a deep clone of the object
Returns an iterator for the dictionary entries. Each entry is a tuple of [key string, value].
Compares this object to another for equality based on their token representations
Optionalother: PdfObjectGets the encoding map for a specific font in the form's resources. Returns null if no custom encoding is found. Results are cached for performance.
Indicates whether the object has been modified. Override this method if the modified state is determined differently
Sets the modified state of the object. Override this method if the modified state is determined differently
Sets multiple field values by field name.
Object with field names as keys and values to set
Converts the object to a ByteArray, optionally padding to a specified length
OptionalpadTo: numberProtectedtokenizeTokenizes the object into an array of PdfTokens
Converts the object to a string representation
Converts the object to an array of PdfTokens, including any pre or post tokens
Staticfrom
Indicates whether the object has been modified. By default, assume it has been modified because it's a new object