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

PdfDocumentSigner.CreateBitmap(PdfSignatureBuilder, Size) Method

Generates a signature image based on the appearance parameters.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.1.dll

Declaration

public static Bitmap CreateBitmap(
    PdfSignatureBuilder builder,
    Size size
)

Parameters

Name Type Description
builder PdfSignatureBuilder

An object that contains signature parameters.

size Size

The image size.

Returns

Type Description
Bitmap

A signature image.

See Also