alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PrintPageOrientation

    Represents the clss PrintPageOrientation that contains the information of page orientation.

    Inheritance
    System.Object
    PrintPageOrientation
    Namespace: Syncfusion.Windows.Shared.Printing
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class PrintPageOrientation : Object

    Constructors

    PrintPageOrientation()

    Declaration
    public PrintPageOrientation()

    Properties

    ImagePath

    Gets or sets the value to the image path.

    Declaration
    public string ImagePath { get; set; }
    Property Value
    Type
    System.String

    Orientation

    Gets or sets the value to the PrintOrientation.

    Declaration
    public PrintOrientation Orientation { get; set; }
    Property Value
    Type
    PrintOrientation

    OrientationName

    Gets or sets the value to the page orientation name.

    Declaration
    public string OrientationName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved