alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Bound

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

    Inheritance
    object
    Rect
    Bound
    TextBound
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("height")]
    public double Height { get; set; }
    Property Value
    Type
    double

    Width

    Gets or sets the the width of the annotation or form field.

    Declaration
    [JsonPropertyName("width")]
    public double Width { get; set; }
    Property Value
    Type
    double

    X

    Gets or sets the the x co-ordinate value of the annotation or form field.

    Declaration
    [JsonPropertyName("x")]
    public double X { get; set; }
    Property Value
    Type
    double

    Y

    Gets or sets the the y co-orinate value of the annotation or form field.

    Declaration
    [JsonPropertyName("y")]
    public double Y { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved