PXV_OpModifyAnnotMaskExFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 21: Line 21:
 
     OpModifyAnnotEx_LES            = 512,
 
     OpModifyAnnotEx_LES            = 512,
 
     OpModifyAnnotEx_ContentRotation = 1024,
 
     OpModifyAnnotEx_ContentRotation = 1024,
 +
    OpModifyAnnotEx_Activation      = 2048,
 +
    OpModifyAnnotEx_Deactivation    = 4096,
 +
    OpModifyAnnotEx_DefaultView    = 16384,
 
};
 
};
 
</pre>
 
</pre>
Line 44: Line 47:
 
:The ...
 
:The ...
 
;OpModifyAnnotEx_ContentRotation
 
;OpModifyAnnotEx_ContentRotation
 +
:The ...
 +
;OpModifyAnnotEx_Activation
 +
:The ...
 +
;OpModifyAnnotEx_Deactivation
 +
:The ...
 +
;OpModifyAnnotEx_DefaultView
 
:The ...
 
:The ...

Revision as of 02:01, 21 August 2019


Specifies the ...

Syntax

enum PXV_OpModifyAnnotMaskExFlags
{
    OpModifyAnnotEx_OFC             = 1,
    OpModifyAnnotEx_OT              = 2,
    OpModifyAnnotEx_ORT             = 4,
    OpModifyAnnotEx_DefFont         = 16,
    OpModifyAnnotEx_DefFontSize     = 32,
    OpModifyAnnotEx_DefTextColor    = 64,
    OpModifyAnnotEx_DefTextAlign    = 128,
    OpModifyAnnotEx_LSS             = 256,
    OpModifyAnnotEx_LES             = 512,
    OpModifyAnnotEx_ContentRotation = 1024,
    OpModifyAnnotEx_Activation      = 2048,
    OpModifyAnnotEx_Deactivation    = 4096,
    OpModifyAnnotEx_DefaultView     = 16384,
};

Constants

OpModifyAnnotEx_OFC
The ...
OpModifyAnnotEx_OT
The ...
OpModifyAnnotEx_ORT
The ...
OpModifyAnnotEx_DefFont
The ...
OpModifyAnnotEx_DefFontSize
The ...
OpModifyAnnotEx_DefTextColor
The ...
OpModifyAnnotEx_DefTextAlign
The ...
OpModifyAnnotEx_LSS
The ...
OpModifyAnnotEx_LES
The ...
OpModifyAnnotEx_ContentRotation
The ...
OpModifyAnnotEx_Activation
The ...
OpModifyAnnotEx_Deactivation
The ...
OpModifyAnnotEx_DefaultView
The ...