Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfSignatureFieldInfo(IList<Int32>) Constructor

Initializes a new instance of the PdfSignatureFieldInfo class with specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSignatureFieldInfo(
    IList<int> pageNumbers
)

Parameters

Name Type Description
pageNumbers IList<Int32>

A list of page numbers to place the signature field.

See Also