ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfPoints

    Defines pdf points.

    Inheritance
    System.Object
    PdfPoints
    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.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class PdfPoints

    Constructors

    PdfPoints()

    Declaration
    public PdfPoints()

    Properties

    X1

    Defines the x1 position

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

    X2

    Defines the x2 position

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

    Y1

    Defines the y1 position

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

    Y2

    Defines the y2 position

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