Click or drag to resize

PdfFillFormatRule Property

Gets or sets the rule used to specify the interior of the PDF textual or geometrical content that is filled.

Initial value: NonzeroWindingNumber.


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public PdfFillRule Rule { get; set; }

Property Value

PdfFillRule
The rule used to specify the interior of the PDF textual or geometrical content that is filled.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is not between NonzeroWindingNumber and EvenOdd.
See Also