Property PaintMode
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PaintMode
The drawing mode of this PdfPath.
public PdfDrawMode? PaintMode { get; }
Property Value
- PdfDrawMode?
Can be
null
if path produces no painting operations. For example, path is used for clipping only (ClipMode !=null
).