XFDFExportOptionsGetWriteImagedata Method |
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
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetWriteImagedata()
Public Function GetWriteImagedata As Boolean
public:
virtual bool GetWriteImagedata() sealed
function GetWriteImagedata();
Return Value
Type:
Booleana bool, If true, rasterized appearance will be written for the image-based annotations (stamps and signature fields) to xfdf.
See Also