PdfDigitalSignatureAppearanceDisplayOnLastPage Property

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public bool DisplayOnLastPage { get; set; }

Property Value

Boolean

See Also