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