Class PdfViewerPrintOrientation
Defines the constants that specify the page orientations for printing. Default value is Auto
Inheritance
System.Object
PdfViewerPrintOrientation
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class PdfViewerPrintOrientation : Enum
Fields
Auto
Prints the document in auto orientation.
Declaration
public const PdfViewerPrintOrientation Auto
Field Value
Type |
---|
PdfViewerPrintOrientation |
Landscape
Prints the document in landscape rotation.
Declaration
public const PdfViewerPrintOrientation Landscape
Field Value
Type |
---|
PdfViewerPrintOrientation |
Portrait
Prints the document in portrait rotation.
Declaration
public const PdfViewerPrintOrientation Portrait
Field Value
Type |
---|
PdfViewerPrintOrientation |