PXC_HeaderAndFooterFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_HeaderAndFooterFlags Enumeration}} | {{#customTitle:PXC_HeaderAndFooterFlags Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_HeaderAndFooterFlags|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_HeaderAndFooterFlags | <pre class="brush:cpp;gutter:false">enum PXC_HeaderAndFooterFlags | ||
{ | { | ||
− | HAFFlag_Default = 0 | + | HAFFlag_Default = 0, |
− | HAFFlag_ShrinkDocument = 1 | + | HAFFlag_ShrinkDocument = 1, |
− | HAFFlag_KeepConstSizeAndPosition = 2 | + | HAFFlag_KeepConstSizeAndPosition = 2, |
}; | }; | ||
</pre> | </pre> | ||
Line 20: | Line 24: | ||
;HAFFlag_KeepConstSizeAndPosition | ;HAFFlag_KeepConstSizeAndPosition | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 10:36, 23 May 2015
Specifies the ...
Syntax
enum PXC_HeaderAndFooterFlags |
{ |
HAFFlag_Default = 0, |
HAFFlag_ShrinkDocument = 1, |
HAFFlag_KeepConstSizeAndPosition = 2, |
}; |
Constants
- HAFFlag_Default
- The ...
- HAFFlag_ShrinkDocument
- The ...
- HAFFlag_KeepConstSizeAndPosition
- The ...