Class Rect
Represents the attributes of the annotation rectangle.
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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 |