Class PdfViewerPrintSize
Defines the constants that specify the page sizings for printing. Default value is ActualSize
Inheritance
System.Object
PdfViewerPrintSize
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class PdfViewerPrintSize : Enum
Fields
ActualSize
Prints the document in actual size.
Declaration
public const PdfViewerPrintSize ActualSize
Field Value
Type |
---|
PdfViewerPrintSize |
CustomScale
Prints the document with custom scaling.
Declaration
public const PdfViewerPrintSize CustomScale
Field Value
Type |
---|
PdfViewerPrintSize |
Fit
Prints the document after fitting the content.
Declaration
public const PdfViewerPrintSize Fit
Field Value
Type |
---|
PdfViewerPrintSize |