Class PdfPosition
Defines pdf position.
Inheritance
System.Object
PdfPosition
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfPosition : Object
Constructors
PdfPosition()
Declaration
public PdfPosition()
Properties
X
Defines the x position.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Defines the y position.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |