Click or drag to resize

XFDFExportOptions Class

[Missing <summary> documentation for "T:pdftron.FDF.XFDFExportOptions"]

Inheritance Hierarchy
SystemObject
  pdftron.FDFXFDFExportOptions

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class XFDFExportOptions : IOptionsBase

The XFDFExportOptions type exposes the following members.

Constructors
  NameDescription
Public methodXFDFExportOptions
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDict
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInternalObj
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWriteAnnotationAppearance
Gets the value WriteAnnotationAppearance from the options object When the option is enabled, the appearance wil be written for the annotations with custom appearance (i.e. different from that generated by RefreshAppearance()). Note, that if WriteImagedata is enabled, appearance will not be written for the annotations that support imagedata. In order to preserve vector information, WriteImagedata needs to be disabled
Public methodGetWriteImagedata
Gets the value WriteImagedata from the options object If true, rasterized appearance will be written for the image-based annotations (stamps and signature fields) to xfdf
Public methodSetWriteAnnotationAppearance
Sets the value for WriteAnnotationAppearance in the options object When the option is enabled, the appearance wil be written for the annotations with custom appearance (i.e. different from that generated by RefreshAppearance()). Note, that if WriteImagedata is enabled, appearance will not be written for the annotations that support imagedata. In order to preserve vector information, WriteImagedata needs to be disabled
Public methodSetWriteImagedata
Sets the value for WriteImagedata in the options object If true, rasterized appearance will be written for the image-based annotations (stamps and signature fields) to xfdf
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also