Class Rect
Represents the attributes of the annotation rectangle.
Inherited Members
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 |