Skip to main content

PdfSignature(IExternalSigner, Stream, Int32, PdfOrientedRectangle) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

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

Parameters

Name Type Description
signer IExternalSigner

An object used to generate a signature.

imageData Stream

A System.IO.Stream class descendant, specifying the stream with the image data.

pageNumber Int32

An integer value that specifies the page number where the signature should be added.

signatureBounds PdfOrientedRectangle

The signature borders in the default user space and signature rotation angle (in radians). A positive angle means counterclockwise rotation; a negative angle means clockwise rotation.

See Also