Click or drag to resize

PdfLayoutWidget Draw Method (PdfPageBase, Single, Single)

Draws the element on the page.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutResult Draw(
	PdfPageBase page,
	float x,
	float y
)

Parameters

page
Type: Spire.Pdf PdfPageBase
Current page where the element should be drawn.
x
Type: System Single
X co-ordinate of the element on the page.
y
Type: System Single
Y co-ordinate of the element on the page.

Return Value

Type: PdfLayoutResult
Lay outing result.
See Also