menu

Blazor

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

    Show / Hide Table of Contents

    Class SignaturePropertiesChangeEventArgs

    This event arguments provides the necessary information about signature properties change event.

    Inheritance
    System.Object
    BaseEventArgs<SignaturePropertiesChangeEventArgs>
    SignatureBaseEventArgs<SignaturePropertiesChangeEventArgs>
    SignaturePropertiesChangeEventArgs
    Inherited Members
    BaseEventArgs<SignaturePropertiesChangeEventArgs>.Name
    SignatureBaseEventArgs<SignaturePropertiesChangeEventArgs>.Id
    SignatureBaseEventArgs<SignaturePropertiesChangeEventArgs>.PageNumber
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class SignaturePropertiesChangeEventArgs : SignatureBaseEventArgs<SignaturePropertiesChangeEventArgs>

    Constructors

    SignaturePropertiesChangeEventArgs()

    Declaration
    public SignaturePropertiesChangeEventArgs()

    Properties

    IsOpacityChanged

    It returns true that the opacity of the signature is changed.

    Declaration
    public bool IsOpacityChanged { get; }
    Property Value
    Type Description
    System.Boolean

    true, if the opacity of signature is changed. Otherwise, false.

    IsStrokeColorChanged

    It returns true that the stroke color of the signature is changed.

    Declaration
    public bool IsStrokeColorChanged { get; }
    Property Value
    Type Description
    System.Boolean

    true, if the stroke color of signature is changed. Otherwise, false.

    IsThicknessChanged

    It returns true that the thickness of the signature is changed.

    Declaration
    public bool IsThicknessChanged { get; }
    Property Value
    Type Description
    System.Boolean

    true, if the thickness of signature is changed. Otherwise, false.

    NewValue

    Gets the new property value of the signature.

    Declaration
    public string NewValue { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    OldValue

    Gets the old property value of the signature.

    Declaration
    public string OldValue { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

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