menu

Document Processing

PdfViewerPrintOrientation Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerPrintOrientation Class

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