PXC_RenderType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:14, 20 March 2015

Specifies the ...

Syntax

enum PXC_RenderType
{
    RenderType_ModeView = 0;
    RenderType_ModePrint = 1;
    RenderType_ModeExport = 2;
    RenderType_ModeInteractiveView = 3;
    _RenderType_Last_ = 4;
};

Constants

RenderType_ModeView
The ...
RenderType_ModePrint
The ...
RenderType_ModeExport
The ...
RenderType_ModeInteractiveView
The ...
_RenderType_Last_
The ...

See Also

See also ...