Table of Contents

Enum PdfFillMode

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the fill mode to use when rendering paths in a PDF document.

public enum PdfFillMode

Fields

Alternate = 1
None = 0
Winding = 2

Remarks

The fill mode determines how the interior of a path is defined when rendering shapes. Use None to disable filling, Alternate for the alternate fill rule, or Winding for the nonzero winding number rule.