PXC_3DProjScaleType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_3DProjScaleType
{
    PSS_Absolute  = 0,
    PSS_FitWidth  = 1,
    PSS_FitHeight = 2,
    PSS_Min       = 3,
    PSS_Max       = 4,
};

Constants

PSS_Absolute
The ...
PSS_FitWidth
The ...
PSS_FitHeight
The ...
PSS_Min
The ...
PSS_Max
The ...

See Also

IPXV_3DCamera::ScaleType