alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ResizeSignatureEventArgs

    This event arguments provides the necessary information about signature resize event.

    Inheritance
    object
    BaseEventArgs<ResizeSignatureEventArgs>
    SignatureBaseEventArgs<ResizeSignatureEventArgs>
    ResizeSignatureEventArgs
    Inherited Members
    BaseEventArgs<ResizeSignatureEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    SignatureBaseEventArgs<ResizeSignatureEventArgs>.Id
    SignatureBaseEventArgs<ResizeSignatureEventArgs>.PageNumber
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class ResizeSignatureEventArgs : SignatureBaseEventArgs<ResizeSignatureEventArgs>

    Constructors

    ResizeSignatureEventArgs()

    Declaration
    public ResizeSignatureEventArgs()

    Properties

    CurrentPosition

    Gets the current Position of the signature added in the page of the PDF document.

    Declaration
    [JsonPropertyName("currentPosition")]
    [JsonInclude]
    public Bound CurrentPosition { get; }
    Property Value
    Type Description
    Bound

    A Bound object that represents the current position of the signature.

    Opacity

    Define the opacity of the signature added in the page of the PDF document.

    Declaration
    [JsonPropertyName("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    double

    Accepts the double value.

    PreviousPosition

    Gets the previous position of the signature added in the page of the PDF document.

    Declaration
    [JsonPropertyName("previousPosition")]
    [JsonInclude]
    public Bound PreviousPosition { get; }
    Property Value
    Type Description
    Bound

    A Bound object that represents the previous position of the signature.

    StrokeColor

    Gets the stroke color of the signature added in the page of the PDF document.

    Declaration
    [JsonPropertyName("strokeColor")]
    public string StrokeColor { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    Thickness

    Gets the thickness of the signature added in the page of the PDF document.

    Declaration
    [JsonPropertyName("thickness")]
    public int Thickness { get; set; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved