PdfDrawMode Enumeration

Specifies whether a shape drawn on a PdfCanvas should be stroked, filled, or filled and then stroked.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfDrawMode
VB
Public Enumeration PdfDrawMode

Members

  Member nameValueDescription
Stroke0 A shape should be stroked.
Fill1 A shape should be filled.
FillAndStroke2 A shape should be filled and then stroked.

See Also