Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MoveSignatureEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MoveSignatureEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<MoveSignatureEventArgs>
    SignatureBaseEventArgs<MoveSignatureEventArgs>
    MoveSignatureEventArgs
    Implements
    System.IEquatable<MoveSignatureEventArgs>
    Inherited Members
    SignatureBaseEventArgs<MoveSignatureEventArgs>.Id
    SignatureBaseEventArgs<MoveSignatureEventArgs>.PageNumber
    BaseEventArgs<MoveSignatureEventArgs>.Equals(MoveSignatureEventArgs)
    BaseEventArgs<MoveSignatureEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MoveSignatureEventArgs : SignatureBaseEventArgs<MoveSignatureEventArgs>, IEquatable<MoveSignatureEventArgs>

    Constructors

    MoveSignatureEventArgs()

    Declaration
    public MoveSignatureEventArgs()

    Properties

    CurrentPosition

    Current position of signature in the page text content.

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

    Opacity

    Get 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 signature in the page text content.

    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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved