PdfHTMLTextElement
Draw Method (PdfCanvas, RectangleF)
|
Draws the text on the graphics.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Draw(
PdfCanvas graphics,
RectangleF layoutRectangle
)
Public Sub Draw (
graphics As PdfCanvas,
layoutRectangle As RectangleF
)
public:
void Draw(
PdfCanvas^ graphics,
RectangleF layoutRectangle
)
member Draw :
graphics : PdfCanvas *
layoutRectangle : RectangleF -> unit
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
-
layoutRectangle
-
Type:
System.Drawing
RectangleF
RectangleF structure that specifies the bounds of the text.
See Also