Click or drag to resize

PrinterContentTypes Enumeration

Enumerated values for specifying the document content to print. [Not available for Windows Phone]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PrinterContentTypes
Members
  Member nameValueDescription
e_PrintContent_DocumentOnly0 Do not print annoations.
e_PrintContent_DocumentAndAnnotations1 Print annotations.
e_PrintContent_DocumentAnnotationsAndComments2 Print annotations and comments.
See Also