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

PdfSignature(IExternalSigner, Stream, Int32, PdfOrientedRectangle) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSignature(
    IExternalSigner signer,
    Stream imageData,
    int pageNumber,
    PdfOrientedRectangle signatureBounds
)

Parameters

Name Type
signer IExternalSigner
imageData Stream
pageNumber Int32
signatureBounds PdfOrientedRectangle
See Also