IXC_PageFormat Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_PageFormat Enumeration}}
 
{{#customTitle:IXC_PageFormat Enumeration}}
 +
{{#parentPage:PXV:IXC|IXC_PageFormat Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum IXC_PageFormat
 
<pre class="brush:cpp;gutter:false">enum IXC_PageFormat
 
{
 
{
     PageFormat_Empty = 0;
+
     PageFormat_Empty       = 0;
     PageFormat_1Indexed = 1;
+
     PageFormat_1Indexed   = 1;
     PageFormat_8Indexed = 2;
+
     PageFormat_8Indexed   = 2;
     PageFormat_8Gray = 3;
+
     PageFormat_8Gray       = 3;
     PageFormat_8AlphaGray = 4;
+
     PageFormat_8AlphaGray = 4;
     PageFormat_8RGB = 5;
+
     PageFormat_8RGB       = 5;
     PageFormat_8ARGB = 6;
+
     PageFormat_8ARGB       = 6;
     PageFormat_16Gray = 7;
+
     PageFormat_16Gray     = 7;
 
     PageFormat_16AlphaGray = 8;
 
     PageFormat_16AlphaGray = 8;
     PageFormat_16RGB = 9;
+
     PageFormat_16RGB       = 9;
     PageFormat_16ARGB = 10;
+
     PageFormat_16ARGB     = 10;
     PageFormat_Vector = 32768;
+
     PageFormat_Vector     = 32768;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 06:59, 23 April 2015


Specifies the ...

Syntax

enum IXC_PageFormat
{
    PageFormat_Empty       = 0;
    PageFormat_1Indexed    = 1;
    PageFormat_8Indexed    = 2;
    PageFormat_8Gray       = 3;
    PageFormat_8AlphaGray  = 4;
    PageFormat_8RGB        = 5;
    PageFormat_8ARGB       = 6;
    PageFormat_16Gray      = 7;
    PageFormat_16AlphaGray = 8;
    PageFormat_16RGB       = 9;
    PageFormat_16ARGB      = 10;
    PageFormat_Vector      = 32768;
};

Constants

PageFormat_Empty
The ...
PageFormat_1Indexed
The ...
PageFormat_8Indexed
The ...
PageFormat_8Gray
The ...
PageFormat_8AlphaGray
The ...
PageFormat_8RGB
The ...
PageFormat_8ARGB
The ...
PageFormat_16Gray
The ...
PageFormat_16AlphaGray
The ...
PageFormat_16RGB
The ...
PageFormat_16ARGB
The ...
PageFormat_Vector
The ...

See Also

See also ...