SignatureAppearance
Overview
SignatureAppearance is a class in Aspose.PDF FOSS for .NET.
Defines the visual appearance for a digital signature annotation.
Properties: ContactInfo, FontSize, ImageBytes, Location, PageNumber, Reason, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SignerName | string? | Read/Write | Display name of the signer. |
Reason | string? | Read/Write | The reason for signing. |
Location | string? | Read/Write | The location of signing. |
ContactInfo | string? | Read/Write | Contact information for the signer. |
SignDate | DateTime? | Read/Write | The date of signing. |
Rect | Rectangle? | Read/Write | The rectangle on the page where the signature appearance is shown. |
PageNumber | int | Read/Write | The 1-based page number on which to place the signature. |
FontSize | double | Read/Write | Font size for the text in the appearance stream. |
ImageBytes | byte[]? | Read/Write | Optional image bytes embedded into the appearance XObject as the signature graphic. |