Specifies how the shapes are filled.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfFillMode
Public Enumeration PdfFillMode
public enum class PdfFillMode
type PdfFillMode

Members

MemberValueDescription
Winding0
Nonzero winding number rule of determining "insideness" of point.
Alternate1
Even odd rule of determining "insideness" of point.

See Also