Table of Contents

Class PdfSignatureAppearanceField

Namespace
Syncfusion.Pdf.Interactive
Assembly
Syncfusion.Pdf.Portable.dll

Represents form field with appearance custom support.

public abstract class PdfSignatureAppearanceField : PdfSignatureStyledField, INotifyPropertyChanged
Inheritance
PdfSignatureAppearanceField
Implements
Derived
Inherited Members

Constructors

PdfSignatureAppearanceField()

Initializes a new instance of the PdfSignatureAppearanceField class.

protected PdfSignatureAppearanceField()
See Also

PdfSignatureAppearanceField(PdfPageBase, string)

Initializes a new instance of the PdfSignatureAppearanceField class.

protected PdfSignatureAppearanceField(PdfPageBase page, string name)

Parameters

page PdfPageBase

page

name string

The name.

See Also

Properties

Appearance

Gets the appearance of the signature field.[Read-Only]

public PdfAppearance Appearance { get; }

Property Value

PdfAppearance

The appearance.

See Also

Methods

DrawAppearance(PdfTemplate)

Draws the appearance.

protected virtual void DrawAppearance(PdfTemplate template)

Parameters

template PdfTemplate

The template.

See Also

See Also