Draws the element on the page.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Parameters

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

Return Value

PdfLayoutResult
Lay outing result.

See Also