Enum PdfDrawMode
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies whether a shape drawn on a PdfCanvas should be stroked, filled, or filled and then stroked.
public enum PdfDrawMode
Fields
Fill = 1
A shape should be filled.
FillAndStroke = 2
A shape should be filled and then stroked.
Stroke = 0
A shape should be stroked.