public class PdfDigitalSignatureAppearance
PdfDigitalSignatureAppearance | Initializes a new instance of the PdfDigitalSignatureAppearance class |
BoundingRectangle | The appearance bounding rectangle in PDF page relative to the top left corner of the PDF page |
DisplayOnLastPage | Controls if the appearance will be displayed in the last page of the generated PDF document. The default value is false |
KeepAspect | The keep image aspect option which can be modified by a SetImage() call |
PageNumber | The page number starting at 1 where to display the signature appearance. The default page number is 1. If the specified page number is larger than the number of pages of the generated PDF document, the signature appearance will be placed on the last page |
Text | The appearance text placed at the top of the bounding rectangle. If it is null then a default text will be displayed containing the signer common name, signing date, reason, location and the signer contact info if these properties were set. The default value is null |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
SetImage(Byte, Boolean) | Sets the appearance background image from the data in Jpeg, Png or Webp format |
SetImage(String, Boolean) | Sets the appearance background image from a file in Jpeg, Png or Webp format |
ToString | (Inherited from Object) |