ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageSetup - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageSetup

    Class for PageSetup.

    Inheritance
    System.Object
    PageSetup
    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.EJ.ReportViewer
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class PageSetup

    Constructors

    PageSetup()

    Declaration
    public PageSetup()

    Properties

    MarginBottom

    Gets or sets the MarginBottom.

    Declaration
    public double MarginBottom { get; set; }
    Property Value
    Type Description
    System.Double

    The Margin Bottom.

    MarginLeft

    Gets or sets the MarginLeft.

    Declaration
    public double MarginLeft { get; set; }
    Property Value
    Type Description
    System.Double

    The Margin Left.

    MarginRight

    Gets or sets the MarginRight.

    Declaration
    public double MarginRight { get; set; }
    Property Value
    Type Description
    System.Double

    The Margin Right.

    MarginTop

    Gets or sets the MarginTop.

    Declaration
    public double MarginTop { get; set; }
    Property Value
    Type Description
    System.Double

    The Margin Top.

    PaperHeight

    Gets or sets the PaperHeight.

    Declaration
    public double PaperHeight { get; set; }
    Property Value
    Type Description
    System.Double

    The Paper Height.

    PaperWidth

    Gets or sets the PaperWidth.

    Declaration
    public double PaperWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The Paper Width.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved