All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::FDF::XFDFExportOptions Class Reference

#include <XFDFExportOptions.h>

Public Member Functions

 XFDFExportOptions ()
 
 ~XFDFExportOptions ()
 
bool GetWriteAnnotationAppearance ()
 
XFDFExportOptionsSetWriteAnnotationAppearance (bool value)
 
bool GetWriteImagedata ()
 
XFDFExportOptionsSetWriteImagedata (bool value)
 

Detailed Description

Definition at line 9 of file XFDFExportOptions.h.

Constructor & Destructor Documentation

pdftron::FDF::XFDFExportOptions::XFDFExportOptions ( )
pdftron::FDF::XFDFExportOptions::~XFDFExportOptions ( )

Member Function Documentation

bool pdftron::FDF::XFDFExportOptions::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 bool, the current value for WriteAnnotationAppearance.
bool pdftron::FDF::XFDFExportOptions::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 bool, the current value for WriteImagedata.
XFDFExportOptions& pdftron::FDF::XFDFExportOptions::SetWriteAnnotationAppearance ( bool  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

Parameters
value,:the new value for WriteAnnotationAppearance
Returns
this object, for call chaining
XFDFExportOptions& pdftron::FDF::XFDFExportOptions::SetWriteImagedata ( bool  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

Parameters
value,:the new value for WriteImagedata
Returns
this object, for call chaining

The documentation for this class was generated from the following file: