menu

Document Processing

HandwrittenSignatureSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    HandwrittenSignatureSettings Class

    Provides settings for sign document by drawing a signature

    Inheritance
    System.Object
    HandwrittenSignatureSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class HandwrittenSignatureSettings : Object

    Constructors

    HandwrittenSignatureSettings()

    Declaration
    public HandwrittenSignatureSettings()

    Properties

    Color

    Gets and sets the color for signature.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    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
    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
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved