Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfSize - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved