Property FillMode
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FillMode
Gets the rule that determines the region to fill.
public PdfFillMode? FillMode { get; }
Property Value
- PdfFillMode?
Can be
null
if path is not filled. For example, when path is used for stroking only (PaintMode == Stroke) or for clipping only (ClipMode !=null
).