PdfDigitalSignatureAppearance Class

Controls the appearance of the digital signature applied to the PDF document created by HTML to PDF Converter. The PdfDigitalSignature class exposes a reference to an object of this class

Definition

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

Constructors

PdfDigitalSignatureAppearanceInitializes a new instance of the PdfDigitalSignatureAppearance class

Properties

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

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 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)

See Also