Toggle navigation
Home
Docotic.Pdf
Download
Samples
Help
Pricing
Blog
Support
About us
PdfCanvas.AppendRectangle Method (PdfRectangle)
Docotic.Pdf library help
>
BitMiracle.Docotic.Pdf
>
PdfCanvas Class
>
PdfCanvas Methods
>
AppendRectangle Method
> AppendRectangle Method (PdfRectangle)
Welcome
License agreement
Getting started
Links to resources
Samples
Copyright
Version history
BitMiracle.Docotic
BitMiracle.Docotic.Pdf
PdfCanvas Class
PdfCanvas Methods
AppendRectangle Method
AppendRectangle Method (PdfRectangle)
AppendRectangle Method (PdfRectangle, Double)
BitMiracle.Docotic.Pdf.Gdi
BitMiracle.Docotic.Pdf.HtmlToPdf
Appends a rectangle specified by a
PdfRectangle
structure to the current path as a complete subpath.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public
void
AppendRectangle
(
PdfRectangle
rect
)
VB
Public
Sub
AppendRectangle
(
rect
As
PdfRectangle
)
Parameters
rect
Type:
BitMiracle.Docotic.Pdf
.PdfRectangle
A
PdfRectangle
structure that represents the rectangle to append.
Remarks
Note that the call to this method does not place any marks on the canvas; only the painting operators (
StrokePath
()
,
CloseAndStrokePath
()
,
FillPath(PdfFillMode)
,
FillAndStrokePath(PdfFillMode)
) do that.
Please use
DrawRectangle
()
if you want to draw a rectangle immediately.
See Also
PdfCanvas Class
AppendRectangle Overload
BitMiracle.Docotic.Pdf Namespace