PdfLayoutWidget
Draw Method (PdfPageBase, RectangleF, Boolean)
|
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,
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
-
Type:
Spire.Pdf
PdfPageBase
Current page where the element should be drawn.
-
layoutRectangle
-
Type:
System.Drawing
RectangleF
RectangleF structure that specifies the bounds of the element.
-
embedFonts
-
Type:
System
Boolean
Return Value
Type:
PdfLayoutResult
Lay outing result.
See Also