PdfDigitalSignatureAppearancePageNumber Property

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

Definition

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

Property Value

Int32

See Also