ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfEdges

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

    Constructors

    PdfEdges()

    Initializes a new instance of the PdfEdges class.

    Declaration
    public PdfEdges()

    PdfEdges(Int32, Int32, Int32, Int32)

    Initializes a new instance of the PdfEdges class.

    Declaration
    public PdfEdges(int left, int right, int top, int bottom)
    Parameters
    Type Name Description
    System.Int32 left

    The left.

    System.Int32 right

    The right.

    System.Int32 top

    The top.

    System.Int32 bottom

    The bottom.

    Properties

    All

    Sets all.

    Declaration
    public int All { set; }
    Property Value
    Type Description
    System.Int32

    All.

    Bottom

    Gets or sets the bottom.

    Declaration
    public int Bottom { get; set; }
    Property Value
    Type Description
    System.Int32

    The bottom.

    Left

    Gets or sets the left.

    Declaration
    public int Left { get; set; }
    Property Value
    Type Description
    System.Int32

    The left.

    Right

    Gets or sets the right.

    Declaration
    public int Right { get; set; }
    Property Value
    Type Description
    System.Int32

    The right.

    Top

    Gets or sets the top.

    Declaration
    public int Top { get; set; }
    Property Value
    Type Description
    System.Int32

    The top.

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