Property Appearance
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Appearance
Gets the signature appearance options.
public PdfSignatureAppearanceOptions Appearance { get; }
Property Value
- 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.
Read the Sign PDF documents in C# and VB.NET article for examples of using this property.