WPF

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

    Show / Hide Table of Contents

    Class HandwrittenSignatureSettings

    Provides settings for sign document by drawing a signature

    Inheritance
    System.Object
    HandwrittenSignatureSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class HandwrittenSignatureSettings

    Constructors

    HandwrittenSignatureSettings()

    Declaration
    public HandwrittenSignatureSettings()

    Properties

    Color

    Gets and sets the color for signature.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    FlattenSignatureOnSave

    Gets and sets the value to flatten the signature while saving the document. If set to true, makes signature read only. The default value is false.

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

    Opacity

    Gets and sets the opacity for signature. The value ranges from 0 to 1. Value 0 is fully transparent whereas value 1 is fully opaque. The default value is 1.

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