All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PDFUAOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFPDFUAOptions
3 #define PDFTRON_H_CPPPDFPDFUAOptions
4 
5 #include <PDF/OptionsBase.h>
6 #include <PDF/PDFUA/PDFUAConformance.h> // Required for SWIG include order
7 
8 namespace pdftron{ namespace PDF{ namespace PDFUA{
9 
10 class PDFUAOptions : public OptionsBase
11 {
12 public:
13  PDFUAOptions();
14  ~PDFUAOptions();
15 
16 
23 
31 
32 
39 
47 
48 
56 
65 
66 
72  bool GetFirstStop();
73 
80  PDFUAOptions& SetFirstStop(bool value);
81 
82 
89 
97 
98 
105 
112  PDFUAOptions& SetPassword(const UString& value);
113 
114 
120  bool GetSaveLinearized();
121 
128  PDFUAOptions& SetSaveLinearized(bool value);
129 
130 
131 };
132 
133 }
134 }
135 }
136 
137 #include "../Impl/PDFUAOptions.inl"
138 #endif // PDFTRON_H_CPPPDFPDFUAOptions
PDFUAOptions & SetPassword(const UString &value)
PDFUAOptions & SetDefaultLangCode(const UString &value)
PDFUAConformance::Level GetConformanceLevel()
PDFUAOptions & SetFirstStop(bool value)
PDFUAOptions & SetFigureAltTextPrefix(const UString &value)
TRN_UInt32 UInt32
Definition: BasicTypes.h:13
PDFUAOptions & SetSaveLinearized(bool value)
PDFUAOptions & SetMaxRefObjs(UInt32 value)
PDFUAOptions & SetConformanceLevel(PDFUAConformance::Level value)