Enum PdfViewerPrintSize
Defines the constants that specify the page sizings for printing. Default value is ActualSize
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public enum PdfViewerPrintSize
Fields
Name | Description |
---|---|
ActualSize | Prints the document in actual size. |
CustomScale | Prints the document with custom scaling. |
Fit | Prints the document after fitting the content. |