Class Bound
Represents the attributes of the PDF annotation bound.
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class Bound : Rect
Constructors
Bound()
Declaration
public Bound()
Properties
Height
Gets the the height of the annotation.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets the the width of the annotation.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
X
Gets the the x co-ordinate value of the annotation.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets the the y co-orinate value of the annotation.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |