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