PXV_AppTypeFlags Enumeration

From PDF XChange PDF SDK
Revision as of 01:13, 15 March 2016 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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,
};

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