PXC_BoxType 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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_BoxType Enumeration}}
 
{{#customTitle:PXC_BoxType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 2015


Specifies the ...

Syntax

enum PXC_BoxType
{
    PBox_PrintBox = -2;
    PBox_ViewBox = -1;
    PBox_MediaBox = 0;
    PBox_CropBox = 1;
    PBox_BleedBox = 2;
    PBox_TrimBox = 3;
    PBox_ArtBox = 4;
    PBox_BBox = 5;
    PBox_PageBox = 6;
};

Constants

PBox_PrintBox
The ...
PBox_ViewBox
The ...
PBox_MediaBox
The ...
PBox_CropBox
The ...
PBox_BleedBox
The ...
PBox_TrimBox
The ...
PBox_ArtBox
The ...
PBox_BBox
The ...
PBox_PageBox
The ...

See Also

See also ...