Skip to main content
All docs
V25.1
  • PdfSignatureFieldInfo(IList<Int32>) Constructor

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.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