Closes and strokes the current path.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void CloseAndStrokePath()
VB
Public Sub CloseAndStrokePath
Remarks
This method has the same effect as the sequence
ClosePath();StrokePath();.
See Also