PXC_RequestOper Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_RequestOper Enumeration}}
 
{{#customTitle:PXC_RequestOper Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 April 2015


Specifies the ...

Syntax

enum PXC_RequestOper
{
    Perm_OperAll = 1;
    Perm_OperCreate = 2;
    Perm_OperDelete = 3;
    Perm_OperModify = 4;
    Perm_OperCopy = 5;
    Perm_OperAccessible = 6;
    Perm_OperSelect = 7;
    Perm_OperOpen = 8;
    Perm_OperSecure = 9;
    Perm_OperPrintHigh = 10;
    Perm_OperPrintLow = 11;
    Perm_OperFillIn = 12;
    Perm_OperRotate = 13;
    Perm_OperCrop = 14;
    Perm_OperSummarize = 15;
    Perm_OperInsert = 16;
    Perm_OperReplace = 17;
    Perm_OperReorder = 18;
    Perm_OperFullSave = 19;
    Perm_OperImport = 20;
    Perm_OperExport = 21;
    Perm_OperAny = 22;
    Perm_OperUnknownOpr = 23;
    Perm_OperSubmitStandalone = 24;
    Perm_OperSpawnTemplate = 25;
    Perm_OperOnline = 26;
    Perm_OperSummaryView = 27;
    Perm_OperBarcodePlaintext = 28;
    Perm_OperUIsave = 29;
    Perm_OperUIprint = 30;
    Perm_OperUIemail = 31;
    _Perm_OperLast_ = 32;
};

Constants

Perm_OperAll
The ...
Perm_OperCreate
The ...
Perm_OperDelete
The ...
Perm_OperModify
The ...
Perm_OperCopy
The ...
Perm_OperAccessible
The ...
Perm_OperSelect
The ...
Perm_OperOpen
The ...
Perm_OperSecure
The ...
Perm_OperPrintHigh
The ...
Perm_OperPrintLow
The ...
Perm_OperFillIn
The ...
Perm_OperRotate
The ...
Perm_OperCrop
The ...
Perm_OperSummarize
The ...
Perm_OperInsert
The ...
Perm_OperReplace
The ...
Perm_OperReorder
The ...
Perm_OperFullSave
The ...
Perm_OperImport
The ...
Perm_OperExport
The ...
Perm_OperAny
The ...
Perm_OperUnknownOpr
The ...
Perm_OperSubmitStandalone
The ...
Perm_OperSpawnTemplate
The ...
Perm_OperOnline
The ...
Perm_OperSummaryView
The ...
Perm_OperBarcodePlaintext
The ...
Perm_OperUIsave
The ...
Perm_OperUIprint
The ...
Perm_OperUIemail
The ...
_Perm_OperLast_
The ...

See Also

See also ...