Specifies how the shapes are filled.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfFillMode
Public Enumeration PdfFillMode
public enum class PdfFillMode
type PdfFillMode
Members
| Member | Value | Description |
|---|---|---|
| Winding | 0 |
Nonzero winding number rule of determining "insideness"
of point.
|
| Alternate | 1 |
Even odd rule of determining "insideness" of point.
|