#include <Convert.h>
Inheritance diagram for pdftron::PDF::XPSOutputOptions:Public Member Functions | |
| void | SetOpenXps (bool openxps) |
Public Member Functions inherited from pdftron::PDF::XPSOutputCommonOptions | |
| XPSOutputCommonOptions () | |
| void | SetPrintMode (bool print_mode) |
| void | SetDPI (UInt32 dpi) |
| void | SetRenderPages (bool render) |
| void | SetThickenLines (bool thicken) |
| void | GenerateURLLinks (bool generate) |
| void | SetOverprint (enum OverprintPreviewMode mode) |
Additional Inherited Members | |
Public Types inherited from pdftron::PDF::XPSOutputCommonOptions | |
| enum | OverprintPreviewMode { e_op_off = 0, e_op_on, e_op_pdfx_on } |
Public Attributes inherited from pdftron::PDF::XPSOutputCommonOptions | |
| TRN_Obj | m_obj |
Protected Attributes inherited from pdftron::PDF::XPSOutputCommonOptions | |
| SDF::ObjSet | m_objset |
| void pdftron::PDF::XPSOutputOptions::SetOpenXps | ( | bool | openxps | ) |
Sets whether the output format should be open xps. Default is Microsoft xps output.
| openxps | if true open xps output is used |