PdfDigitalSignatureAppearancePageNumber Property

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

Definition

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

Property Value

Int32

See Also