PXC_PrintContentFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:01, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...