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(
	PdfNewPage page,
	RectangleF layoutRectangle,
	PdfMetafileLayoutFormat format
)
Public Function Draw ( 
	page As PdfNewPage,
	layoutRectangle As RectangleF,
	format As PdfMetafileLayoutFormat
) As PdfLayoutResult
public:
PdfLayoutResult^ Draw(
	PdfNewPage^ page, 
	RectangleF layoutRectangle, 
	PdfMetafileLayoutFormat^ format
)
member Draw : 
        page : PdfNewPage * 
        layoutRectangle : RectangleF * 
        format : PdfMetafileLayoutFormat -> PdfLayoutResult 

Parameters

page
PdfNewPage
layoutRectangle
RectangleF
format
PdfMetafileLayoutFormat

Return Value

PdfLayoutResult

See Also