PdfDigitalSignatureAppearancePageNumber Property

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 PDF document, the signature will appear on the last page

Definition

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

Property Value

Int32

See Also