XFDFExportOptionsSetWriteImagedata Method |
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
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public XFDFExportOptions SetWriteImagedata(
bool value
)
Public Function SetWriteImagedata (
value As Boolean
) As XFDFExportOptions
public:
virtual XFDFExportOptions^ SetWriteImagedata(
[InAttribute] bool value
) sealed
function SetWriteImagedata(value);
Parameters
- value
- Type: SystemBoolean
If true, rasterized appearance will be written for the image-based annotations (stamps and signature fields) to xfdf
Return Value
Type:
XFDFExportOptions[Missing <returns> documentation for "M:pdftron.FDF.XFDFExportOptions.SetWriteImagedata(System.Boolean)"]
See Also