PdfPath.FillMode Property

Gets the rule that determines the region to fill.

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

Syntax

C#
public PdfFillMode? FillMode { get; }
VB
Public ReadOnly Property FillMode As PdfFillMode?
	Get

Property Value

Type: Nullable<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).

See Also