Click or drag to resize

PdfSignatureField DrawImage Method (PdfImage, Single, Single)

Draws an image.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawImage(
	PdfImage image,
	float x,
	float y
)

Parameters

image
Type: Spire.Pdf.Graphics PdfImage
The image.
x
Type: System Single
The x.
y
Type: System Single
The y.
See Also