menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Bound - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Bound

    Represents the attributes of the PDF annotation or form field bound.

    Inheritance
    System.Object
    Rect
    Bound
    TextBound
    Inherited Members
    Rect.Bottom
    Rect.Left
    Rect.Right
    Rect.Top
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved