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
Public Enumeration PrinterContentTypes
public enum class PrinterContentTypes
pdftron.PDF.PrinterContentTypes = function();
pdftron.PDF.PrinterContentTypes.createEnum('pdftron.PDF.PrinterContentTypes', false);
Members
| Member name | Value | Description |
---|
| e_PrintContent_DocumentOnly | 0 |
Do not print annoations.
|
| e_PrintContent_DocumentAndAnnotations | 1 |
Print annotations.
|
| e_PrintContent_DocumentAnnotationsAndComments | 2 |
Print annotations and comments.
|
See Also