Draws the element on the page.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLayoutResult Draw(
	PdfPageBase page,
	RectangleF layoutRectangle
)
Public Function Draw ( 
	page As PdfPageBase,
	layoutRectangle As RectangleF
) As PdfLayoutResult
public:
PdfLayoutResult^ Draw(
	PdfPageBase^ page, 
	RectangleF layoutRectangle
)
member Draw : 
        page : PdfPageBase * 
        layoutRectangle : RectangleF -> PdfLayoutResult 

Parameters

page
PdfPageBase
Current page where the element should be drawn.
layoutRectangle
RectangleF
RectangleF structure that specifies the bounds of the element.

Return Value

PdfLayoutResult
Lay outing result.

See Also