PXC_PrintContentFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PrintContentFlags Enumeration}}
 
{{#customTitle:PXC_PrintContentFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_PrintContentFlags|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_PrintContentFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_PrintContentFlags
 
{
 
{
     PrintContent_Page = 1;
+
     PrintContent_Page           = 1,
     PrintContent_Markups = 2;
+
     PrintContent_Markups       = 2,
     PrintContent_Stamps = 4;
+
     PrintContent_Stamps         = 4,
     PrintContent_Widgets = 8;
+
     PrintContent_Widgets       = 8,
     PrintContent_FieldsDataOnly = 16;
+
     PrintContent_FieldsDataOnly = 16,
     PrintContent_Notes = 32;
+
     PrintContent_Notes         = 32,
     PrintContent_NotePopups = 64;
+
     PrintContent_NotePopups     = 64,
     PrintContent_Media = 128;
+
     PrintContent_Media         = 128,
     PrintContent_PrintMarks = 256;
+
     PrintContent_PrintMarks     = 256,
 
};
 
};
 
</pre>
 
</pre>
Line 38: Line 42:
 
;PrintContent_PrintMarks
 
;PrintContent_PrintMarks
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:37, 23 May 2015


Specifies the ...

Syntax

enum PXC_PrintContentFlags
{
    PrintContent_Page           = 1,
    PrintContent_Markups        = 2,
    PrintContent_Stamps         = 4,
    PrintContent_Widgets        = 8,
    PrintContent_FieldsDataOnly = 16,
    PrintContent_Notes          = 32,
    PrintContent_NotePopups     = 64,
    PrintContent_Media          = 128,
    PrintContent_PrintMarks     = 256,
};

Constants

PrintContent_Page
The ...
PrintContent_Markups
The ...
PrintContent_Stamps
The ...
PrintContent_Widgets
The ...
PrintContent_FieldsDataOnly
The ...
PrintContent_Notes
The ...
PrintContent_NotePopups
The ...
PrintContent_Media
The ...
PrintContent_PrintMarks
The ...