XFDFExportOptionsGetWriteAnnotationAppearance Method |
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
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetWriteAnnotationAppearance()
Public Function GetWriteAnnotationAppearance As Boolean
public:
virtual bool GetWriteAnnotationAppearance() sealed
function GetWriteAnnotationAppearance();
Return Value
Type:
Booleana bool, 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.
See Also