PXC_DestType 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_DestType Enumeration}}
 
{{#customTitle:PXC_DestType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 2015


Specifies the ...

Syntax

enum PXC_DestType
{
    Dest_XYZ = 0;
    Dest_Fit = 1;
    Dest_FitH = 2;
    Dest_FitV = 3;
    Dest_FitR = 4;
    Dest_FitB = 5;
    Dest_FitBH = 6;
    Dest_FitBV = 7;
    _Dest_Last_ = 8;
};

Constants

Dest_XYZ
The ...
Dest_Fit
The ...
Dest_FitH
The ...
Dest_FitV
The ...
Dest_FitR
The ...
Dest_FitB
The ...
Dest_FitBH
The ...
Dest_FitBV
The ...
_Dest_Last_
The ...

See Also

See also ...