PXC_PermsFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:01, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_PermsFlags
{
    PermF_Open               = 1;
    PermF_Secure             = 2;
    PermF_Print              = 4;
    PermF_Edit               = 8;
    PermF_Copy               = 16;
    PermF_EditNotes          = 32;
    PermF_SaveAs             = 64;
    PermF_Ext                = 128;
    PrivPermF_FillandSign    = 256;
    PrivPermF_Accessible     = 512;
    PrivPermF_DocAssembly    = 1024;
    PrivPermF_HighPrint      = 2048;
    PermF_Owner              = 32768;
    PrivPermF_FormSubmit     = 65536;
    PrivPermF_FormSpawnTempl = 131072;
    PermF_All                = -1;
    PermF_Settable           = 60;
    PermF_User               = -4;
};

Constants

PermF_Open
The ...
PermF_Secure
The ...
PermF_Print
The ...
PermF_Edit
The ...
PermF_Copy
The ...
PermF_EditNotes
The ...
PermF_SaveAs
The ...
PermF_Ext
The ...
PrivPermF_FillandSign
The ...
PrivPermF_Accessible
The ...
PrivPermF_DocAssembly
The ...
PrivPermF_HighPrint
The ...
PermF_Owner
The ...
PrivPermF_FormSubmit
The ...
PrivPermF_FormSpawnTempl
The ...
PermF_All
The ...
PermF_Settable
The ...
PermF_User
The ...

See Also

See also ...