PXV_AppTypeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_AppTypeFlags
{
    PXV_AppType_Editor         = 0,
    PXV_AppType_BrowserPlugin  = 1,
    PXV_AppType_SDK            = 2,
    PXV_AppType_Tools          = 3,
    PXV_AppType_TypeMask       = 15,
    PXV_AppType_Installed      = 16,
    PXV_AppType_Portable       = 32,
    PXV_AppType_IEPlugin       = 128,
    PXV_AppType_BrowserControl = 256,
};

Constants

PXV_AppType_Editor
The ...
PXV_AppType_BrowserPlugin
The ...
PXV_AppType_SDK
The ...
PXV_AppType_Tools
The ...
PXV_AppType_TypeMask
The ...
PXV_AppType_Installed
The ...
PXV_AppType_Portable
The ...
PXV_AppType_IEPlugin
The ...
PXV_AppType_BrowserControl
The ...