Click or drag to resize

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
)

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