WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintPageOrientation - WPF API Reference | Syncfusion that contains the information of page orientation. ">

    Show / Hide Table of Contents

    Class PrintPageOrientation

    Represents the clss that contains the information of page orientation.

    Inheritance
    System.Object
    PrintPageOrientation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Printing
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class PrintPageOrientation

    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 Description
    System.String

    Orientation

    Gets or sets the value to the PrintOrientation.

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

    OrientationName

    Gets or sets the value to the page orientation name.

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