PXC_PrintContentFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(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}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 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 ...