All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PrintToPdfOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFPrintToPdfOptions
3 #define PDFTRON_H_CPPPDFPrintToPdfOptions
4 
5 #include <PDF/OptionsBase.h>
6 
7 namespace pdftron{ namespace PDF{
8 
10 {
11 public:
14 
15 
21  double GetHorizontalPageMargin();
22 
30 
31 
37  double GetPageHeight();
38 
45  PrintToPdfOptions& SetPageHeight(double value);
46 
47 
54 
62 
63 
69  double GetPageWidth();
70 
77  PrintToPdfOptions& SetPageWidth(double value);
78 
79 
85  double GetVerticalPageMargin();
86 
94 
95 
96 };
97 
98 }
99 }
100 
101 #include "../Impl/PrintToPdfOptions.inl"
102 #endif // PDFTRON_H_CPPPDFPrintToPdfOptions
PrintToPdfOptions & SetPageHeight(double value)
PrintToPdfOptions & SetPageOrientation(const UString &value)
PrintToPdfOptions & SetHorizontalPageMargin(double value)
PrintToPdfOptions & SetVerticalPageMargin(double value)
PrintToPdfOptions & SetPageWidth(double value)