Click or drag to resize

PDFPrintManagerSetAnnotations Method

Programmatically set if annotations are printed

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetAnnotations(
	PrinterContentTypes contentType
)

Parameters

contentType
Type: pdftron.PDFPrinterContentTypes
The content type to use. Default is e_PrintContent_DocumentAndAnnotations.
See Also