public class

XFDFExportOptions

extends OptionsBase
java.lang.Object
   ↳ com.pdftron.pdf.OptionsBase
     ↳ com.pdftron.fdf.XFDFExportOptions

Summary

Public Constructors
XFDFExportOptions()
Constructor.
XFDFExportOptions(String json_string)
Constructor.
Public Methods
boolean getWriteAnnotationAppearance()
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.
boolean getWriteImagedata()
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
XFDFExportOptions setWriteAnnotationAppearance(boolean value)
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.
XFDFExportOptions setWriteImagedata(boolean value)
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
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public XFDFExportOptions ()

Constructor.

public XFDFExportOptions (String json_string)

Constructor.

Public Methods

public boolean getWriteAnnotationAppearance ()

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

Returns
  • a boolean, 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.

public boolean getWriteImagedata ()

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

Returns
  • a boolean, If true, rasterized appearance will be written for the image-based annotations (stamps and signature fields) to xfdf.

public XFDFExportOptions setWriteAnnotationAppearance (boolean value)

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

Returns
  • this object, for call chaining

public XFDFExportOptions setWriteImagedata (boolean value)

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

Returns
  • this object, for call chaining