alexa

    Show / Hide Table of Contents

    Enum PdfViewerPrintSize

    Defines the constants that specify the page sizings for printing. Default value is ActualSize

    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.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.

    Back to top Generated by DocFX