PdfDigitalSignatureAppearance Class

This class encapsulates the options to control the appearance of the digital signature applied to the PDF document created by HTML to PDF Converter. The PdfDigitalSignature class defines a reference to an object of this type

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class PdfDigitalSignatureAppearance
Inheritance
Object    PdfDigitalSignatureAppearance

Constructors

PdfDigitalSignatureAppearanceInitializes a new instance of the PdfDigitalSignatureAppearance class

Properties

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

Methods

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)

See Also