XFillMode EnumerationTerminal Works - PDF Printing.Net Library
Specifies how the interior of a closed path is filled.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum XFillMode
Members

  Member nameValueDescription
Alternate0 Specifies the alternate fill mode. Called the 'odd-even rule' in PDF terminology.
Winding1 Specifies the winding fill mode. Called the 'nonzero winding number rule' in PDF terminology.
See Also

Reference