PdfDigitalSignatureAppearance Class

This class encapsulates the options used to control the appearance of the digital signature applied to a PDF document

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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 Gets or sets a value indicating whether the appearance is displayed on the last page of the PDF document instead of the specified page number. The default value is false
KeepAspect Gets a value indicating whether the aspect ratio of the image is preserved, as specified in the SetImage() method call
PageNumber Gets or sets 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 the PDF document, the signature appears on the last page
Text Gets or sets the text to display in the appearance. It can be null, in which case default text is displayed, containing the signer common name, signing date, reason, location and signer contact information, 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 the appearance based on image data. The image format is automatically determined from the data. The supported formats are Jpeg, Png and Webp
SetImage(String, Boolean) Sets the background image to display in the appearance based on the full path to an image file. The image format is automatically determined from the image data. The supported formats are Jpeg, Png and Webp
ToString
(Inherited from Object)

See Also