PdfSigningOptions.Appearance Property

Gets the signature appearance options.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSignatureAppearanceOptions Appearance { get; }
VB
Public ReadOnly Property Appearance As PdfSignatureAppearanceOptions
	Get

Property Value

Type: PdfSignatureAppearanceOptions
The signature appearance options.

Remarks

These options are only used if Field property is not null.

Use these options if you want to change the text displayed inside the signature field.

See Also