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 |