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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_PrintContentFlags Enumeration}}
 
{{#customTitle:PXC_PrintContentFlags Enumeration}}
Line 43: Line 44:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:17, 20 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 ...

See Also

...