PXC_ContentPlaceMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXC_ContentPlaceMode Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_ContentPlaceMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum PXC_ContentPlaceMode
 +
{
 +
    cpm_Left  = 0,
 +
    cpm_Middle = 1,
 +
    cpm_Right  = 2,
 +
    cpm_Fit    = 3,
 +
    cpm_Top    = 0,
 +
    cpm_Bottom = 2,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;cpm_Left
 +
:The ...
 +
;cpm_Middle
 +
:The ...
 +
;cpm_Right
 +
:The ...
 +
;cpm_Fit
 +
:The ...
 +
;cpm_Top
 +
:The ...
 +
;cpm_Bottom
 +
:The ...
 +
 +
== See Also ==
 +
[[PXV:IPXC_PagesOverlayInfo_InsertNew|IPXC_PagesOverlayInfo::InsertNew]]

Latest revision as of 01:34, 20 October 2015


Specifies the ...

Syntax

enum PXC_ContentPlaceMode
{
    cpm_Left   = 0,
    cpm_Middle = 1,
    cpm_Right  = 2,
    cpm_Fit    = 3,
    cpm_Top    = 0,
    cpm_Bottom = 2,
};

Constants

cpm_Left
The ...
cpm_Middle
The ...
cpm_Right
The ...
cpm_Fit
The ...
cpm_Top
The ...
cpm_Bottom
The ...

See Also

IPXC_PagesOverlayInfo::InsertNew