Class PdfSize
Defines pdf size.
Inheritance
System.Object
PdfSize
Implements
System.IEquatable<PdfSize>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfSize : Object, IEquatable<PdfSize>
Constructors
PdfSize()
Declaration
public PdfSize()
Properties
Height
Defines the height
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Defines the width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(PdfSize)
Declaration
public bool Equals(PdfSize pdfSize)
Parameters
Type | Name | Description |
---|---|---|
PdfSize | pdfSize |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>