SignatureAppearance
Overview
SignatureAppearance is a type in Aspose.PDF FOSS for Go.
SignatureAppearance controls the visible signature block’s content and styling.
Properties: Color, Font, FontSize, ShowDate, ShowLocation, ShowName, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShowName | bool | Read/Write | Gets the show name. |
ShowDate | bool | Read/Write | Gets the show date. |
ShowReason | bool | Read/Write | Gets the show reason. |
ShowLocation | bool | Read/Write | Gets the show location. |
Font | Font | Read/Write | Gets the font. |
FontSize | float64 | Read/Write | Gets the font size. |
Color | *Color | Read/Write | Gets the color. |