PDFsharp-net6

XFillMode

Namespace: PdfSharp.Drawing

Specifies how the interior of a closed path is filled.

public enum XFillMode

Inheritance ObjectValueTypeEnumXFillMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Alternate 0 Specifies the alternate fill mode. Called the ‘odd-even rule’ in PDF terminology.
Winding 1 Specifies the winding fill mode. Called the ‘nonzero winding number rule’ in PDF terminology.