PXV_AppTypeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 33: Line 33:
 
;PXV_AppType_IEPlugin
 
;PXV_AppType_IEPlugin
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Revision as of 06:15, 23 May 2015


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_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_IEPlugin
The ...