menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Rect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Rect

    Represents the attributes of the annotation rectangle.

    Inheritance
    System.Object
    Rect
    Bound
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class Rect : Object

    Constructors

    Rect()

    Declaration
    public Rect()

    Properties

    Bottom

    Gets the the bottom value of the annotation.

    Declaration
    public double Bottom { get; set; }
    Property Value
    Type
    System.Double

    Left

    Gets the the left value of the annotation.

    Declaration
    public double Left { get; set; }
    Property Value
    Type
    System.Double

    Right

    Gets the the right value of the annotation.

    Declaration
    public double Right { get; set; }
    Property Value
    Type
    System.Double

    Top

    Gets the the top value of the annotation.

    Declaration
    public double Top { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved