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 
38  bool GetFirstStop();
39 
46  PDFUAOptions& SetFirstStop(bool value);
47 
48 
55 
63 
64 
71 
78  PDFUAOptions& SetPassword(const UString& value);
79 
80 
86  bool GetSaveLinearized();
87 
94  PDFUAOptions& SetSaveLinearized(bool value);
95 
96 
97 };
98 
99 }
100 }
101 }
102 
103 #include "../Impl/PDFUAOptions.inl"
104 #endif // PDFTRON_H_CPPPDFPDFUAOptions
PDFUAOptions & SetPassword(const UString &value)
PDFUAConformance::Level GetConformanceLevel()
PDFUAOptions & SetFirstStop(bool value)
TRN_UInt32 UInt32
Definition: BasicTypes.h:13
PDFUAOptions & SetSaveLinearized(bool value)
PDFUAOptions & SetMaxRefObjs(UInt32 value)
PDFUAOptions & SetConformanceLevel(PDFUAConformance::Level value)