PXV_PagesLayoutManagerFlags 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_PagesLayoutManagerFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_PagesLayoutManagerFlags
 
{
 
{
     PLMF_Horizontal      = 1;
+
     PLMF_Horizontal      = 1,
     PLMF_SupportFloatZoom = 2;
+
     PLMF_SupportFloatZoom = 2,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:09, 8 May 2015


Specifies the ...

Syntax

enum PXV_PagesLayoutManagerFlags
{
    PLMF_Horizontal       = 1,
    PLMF_SupportFloatZoom = 2,
};

Constants

PLMF_Horizontal
The ...
PLMF_SupportFloatZoom
The ...

See Also

See also ...