Back to Devexpress

PdfViewerPreferences.PrintMode Property

officefileapi-devexpress-dot-pdf-dot-pdfviewerpreferences-01702044.md

latest1.3 KB
Original Source

PdfViewerPreferences.PrintMode Property

Gets or sets the document’s print mode.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfPrintMode PrintMode { get; set; }
vb
Public Property PrintMode As PdfPrintMode

Property Value

TypeDescription
PdfPrintMode

Indicates the print mode.

|

Available values:

NameDescription
None

No print mode is specified.

| | Simplex |

Single-sided print.

| | DuplexFlipShortEdge |

Double-sided print that flips pages on the short edge.

| | DuplexFlipLongEdge |

Double-sided print that flips pages on the long edge.

|

See Also

PdfViewerPreferences Class

PdfViewerPreferences Members

DevExpress.Pdf Namespace