Class PdfSize
Defines pdf size.
Inheritance
System.Object
PdfSize
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfSize : Object
Constructors
PdfSize()
Declaration
public PdfSize()
Properties
Height
Defines the height.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Width
Defines the width.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |