PXV_PagesLayoutManagerAppFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXV_PagesLayoutManagerAppFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_PagesLayoutManagerAppFlags
 
{
 
{
     PLMAF_NoShadows  = 1;
+
     PLMAF_NoShadows  = 1,
     PLMAF_NoPageGaps  = 2;
+
     PLMAF_NoPageGaps  = 2,
     PLMAF_NoFloatZoom = 4;
+
     PLMAF_NoFloatZoom = 4,
     PLMAF_RTL        = 8;
+
     PLMAF_RTL        = 8,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:09, 8 May 2015


Specifies the ...

Syntax

enum PXV_PagesLayoutManagerAppFlags
{
    PLMAF_NoShadows   = 1,
    PLMAF_NoPageGaps  = 2,
    PLMAF_NoFloatZoom = 4,
    PLMAF_RTL         = 8,
};

Constants

PLMAF_NoShadows
The ...
PLMAF_NoPageGaps
The ...
PLMAF_NoFloatZoom
The ...
PLMAF_RTL
The ...

See Also

See also ...