PdfViewerPreferencesPrintingMode Property |
Gets or sets the printing mode for the document in terms of whether printing should be one-sided or two-sided
and if two-sided, what the relationship between front and back pages should be.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfPrintingMode PrintingMode { get; set; }
Public Property PrintingMode As PdfPrintingMode
Get
Set
Property Value
Type:
PdfPrintingMode
The printing mode for the document. Default is
OneSided.
Remarks
This requires PDF version 1.6 or greater.
See Also