PXC_AnnotFlag Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotFlag Enumeration}}
 
{{#customTitle:PXC_AnnotFlag Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_AnnotFlag Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotFlag
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotFlag
 
{
 
{
     AF_Invisible = 1;
+
     AF_Invisible     = 1;
     AF_Hidden = 2;
+
     AF_Hidden       = 2;
     AF_Print = 4;
+
     AF_Print         = 4;
     AF_NoZoom = 8;
+
     AF_NoZoom       = 8;
     AF_NoRotate = 16;
+
     AF_NoRotate     = 16;
     AF_NoView = 32;
+
     AF_NoView       = 32;
     AF_ReadOnly = 64;
+
     AF_ReadOnly     = 64;
     AF_Locked = 128;
+
     AF_Locked       = 128;
     AF_ToggleNoView = 256;
+
     AF_ToggleNoView = 256;
 
     AF_ContentLocked = 512;
 
     AF_ContentLocked = 512;
 
};
 
};

Revision as of 07:00, 23 April 2015


Specifies the ...

Syntax

enum PXC_AnnotFlag
{
    AF_Invisible     = 1;
    AF_Hidden        = 2;
    AF_Print         = 4;
    AF_NoZoom        = 8;
    AF_NoRotate      = 16;
    AF_NoView        = 32;
    AF_ReadOnly      = 64;
    AF_Locked        = 128;
    AF_ToggleNoView  = 256;
    AF_ContentLocked = 512;
};

Constants

AF_Invisible
The ...
AF_Hidden
The ...
AF_Print
The ...
AF_NoZoom
The ...
AF_NoRotate
The ...
AF_NoView
The ...
AF_ReadOnly
The ...
AF_Locked
The ...
AF_ToggleNoView
The ...
AF_ContentLocked
The ...

See Also

See also ...