public class PdfDigitalSignatureAppearance
PdfDigitalSignatureAppearance | Initializes a new instance of the PdfDigitalSignatureAppearance class |
BoundsRectangle | The appearance bounding rectangle in PDF page relative to the top left corner of the PDF page |
DisplayOnLastPage | A flag indicating if the appearance should be displayed in the last page of the PDF document instead of the specified page number. The default value is false |
KeepAspect | Gets the flag indicating if the apect ratio of the image is preserved as specified in SetImage() method call |
PageNumber | The page number starting at 1 on which to display the signature appearance. By default the page number is 1. If the page number is larger than the total number of pages in PDF document, the signature will appear on the last page |
Text | The text to be displayed in appearance. It can be null and in this case a default text will be displayed containing the signer common name, signing date, reason, location and the signer contact info if they were set. The text is positioned at the top of the bounding rectangle |
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 background image to display in appearance based on image data. The image format will be automatically determined from data. The supported formats are Jpeg, Png and Webp |
SetImage(String, Boolean) | Sets the background image to display in appearance based on full path to image file. The image format will be automatically determined from image data. The supported formats are Jpeg, Png and Webp |
ToString | (Inherited from Object) |