alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Rect

    Represents the attributes of the annotation rectangle.

    Inheritance
    object
    Rect
    Bound
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class Rect

    Constructors

    Rect()

    Declaration
    public Rect()

    Properties

    Bottom

    Gets the the bottom value of the annotation.

    Declaration
    [JsonPropertyName("bottom")]
    public double Bottom { get; set; }
    Property Value
    Type
    double

    Left

    Gets the the left value of the annotation.

    Declaration
    [JsonPropertyName("left")]
    public double Left { get; set; }
    Property Value
    Type
    double

    Right

    Gets the the right value of the annotation.

    Declaration
    [JsonPropertyName("right")]
    public double Right { get; set; }
    Property Value
    Type
    double

    Top

    Gets the the top value of the annotation.

    Declaration
    [JsonPropertyName("top")]
    public double Top { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved