Click or drag to resize

XFDFExportOptionsSetWriteAnnotationAppearance Method

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

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public XFDFExportOptions SetWriteAnnotationAppearance(
	bool value
)

Parameters

value
Type: SystemBoolean
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

Return Value

Type: XFDFExportOptions

[Missing <returns> documentation for "M:pdftron.FDF.XFDFExportOptions.SetWriteAnnotationAppearance(System.Boolean)"]

See Also