Class PdfSignatureAppearanceField
Represents form field with appearance custom support.
Inheritance
System.Object
PdfSignatureAppearanceField
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public abstract class PdfSignatureAppearanceField : PdfSignatureStyledField, IPdfWrapper, INotifyPropertyChanged
Constructors
PdfSignatureAppearanceField()
Initializes a new instance of the PdfSignatureAppearanceField class.
Declaration
protected PdfSignatureAppearanceField()
PdfSignatureAppearanceField(PdfPageBase, String)
Initializes a new instance of the PdfSignatureAppearanceField class.
Declaration
protected PdfSignatureAppearanceField(PdfPageBase page, string name)
Parameters
Type | Name | Description |
---|---|---|
PdfPageBase | page | page |
System.String | name | The name. |
Properties
Appearance
Gets the appearance of the signature field.[Read-Only]
Declaration
public PdfAppearance Appearance { get; }
Property Value
Type | Description |
---|---|
PdfAppearance | The appearance. |
Methods
DrawAppearance(PdfTemplate)
Draws the appearance.
Declaration
protected virtual void DrawAppearance(PdfTemplate template)
Parameters
Type | Name | Description |
---|---|---|
PdfTemplate | template | The template. |
Implements
System.ComponentModel.INotifyPropertyChanged