PXC_PrintContentFlags 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_PrintContentFlags Enumeration}}
 
{{#customTitle:PXC_PrintContentFlags Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_PrintContentFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<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>

Revision as of 07:01, 23 April 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 ...

See Also

See also ...