java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.fdf.XFDFExportOptions |
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
|
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
PDFNetException |
---|
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
PDFNetException |
---|
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
PDFNetException |
---|
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
PDFNetException |
---|