PXC_RenderType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 35: Line 35:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_OCContext_RenderType|IPXC_OCContext::RenderType]]

Revision as of 06:14, 23 May 2015


Specifies the ...

Syntax

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

Constants

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

See Also

IPXC_OCContext::RenderType