alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SignaturePropertiesChangeEventArgs

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

    Inheritance
    object
    BaseEventArgs<SignaturePropertiesChangeEventArgs>
    SignatureBaseEventArgs<SignaturePropertiesChangeEventArgs>
    SignaturePropertiesChangeEventArgs
    Inherited Members
    BaseEventArgs<SignaturePropertiesChangeEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("isOpacityChanged")]
    [JsonInclude]
    public bool IsOpacityChanged { get; }
    Property Value
    Type Description
    bool

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

    IsStrokeColorChanged

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

    Declaration
    [JsonPropertyName("isStrokeColorChanged")]
    [JsonInclude]
    public bool IsStrokeColorChanged { get; }
    Property Value
    Type Description
    bool

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

    IsThicknessChanged

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

    Declaration
    [JsonPropertyName("isThicknessChanged")]
    [JsonInclude]
    public bool IsThicknessChanged { get; }
    Property Value
    Type Description
    bool

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

    NewValue

    Gets the new property value of the signature.

    Declaration
    [JsonPropertyName("newValue")]
    [JsonInclude]
    public string NewValue { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

    OldValue

    Gets the old property value of the signature.

    Declaration
    [JsonPropertyName("oldValue")]
    [JsonInclude]
    public string OldValue { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

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