Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeSignatureEventArgs

    Show / Hide Table of Contents

    Class ResizeSignatureEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<ResizeSignatureEventArgs>
    SignatureBaseEventArgs<ResizeSignatureEventArgs>
    ResizeSignatureEventArgs
    Inherited Members
    SignatureBaseEventArgs<ResizeSignatureEventArgs>.Id
    SignatureBaseEventArgs<ResizeSignatureEventArgs>.PageNumber
    BaseEventArgs<ResizeSignatureEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.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
    public Bound CurrentPosition { get; }
    Property Value
    Type Description
    Bound

    Opacity

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

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    PreviousPosition

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

    Declaration
    public Bound PreviousPosition { get; }
    Property Value
    Type Description
    Bound

    StrokeColor

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

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

    Thickness

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

    Declaration
    public int Thickness { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved