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
)
Public Sub SetAnnotations (
contentType As PrinterContentTypes
)
public:
virtual void SetAnnotations(
[InAttribute] PrinterContentTypes contentType
) sealed
function SetAnnotations(contentType);
Parameters
- contentType
- Type: pdftron.PDFPrinterContentTypes
The content type to use. Default is e_PrintContent_DocumentAndAnnotations.
See Also