PXC_DestType Enumeration

From PDF XChange PDF SDK
Revision as of 22:53, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...