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: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public bool DisplayOnLastPage { get; set; }

Property Value

Boolean

See Also