XFDFExportOptions Methods |
The XFDFExportOptions type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDict | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInternalObj | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWriteAnnotationAppearance |
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
| |
GetWriteImagedata |
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
| |
SetWriteAnnotationAppearance |
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
| |
SetWriteImagedata |
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
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |