menu

Document Processing

PdfViewerPrintSize Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerPrintSize Class

    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.Windows.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved