Click or drag to resize

PdfFillMode Enumeration

Specifies how the shapes are filled.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfFillMode
Members
Member name Value Description
Winding 0 Nonzero winding number rule of determining "insideness" of point.
Alternate 1 Even odd rule of determining "insideness" of point.
See Also