PaintOp Enumeration

PDF File Writer

PaintOp Enumeration

Path painting and clipping operators enumeration

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum PaintOp
Members
  Member nameValueDescription
NoOperator0 No operator
NoPaint1 No paint
Stroke2 Stoke
CloseStroke3 Close and stroke
Fill4 close and Fill
FillEor5 close and fill EOR
FillStroke6 Fill and stoke
FillStrokeEor7 Fill and stroke EOR
CloseFillStroke8 Close, Fill and stroke
CloseFillStrokeEor9 Close, Fill and Stroke EOR
ClipPathWnr10 Clip path
ClipPathEor11 Clip path EOR
CloseSubPath12 Close sub-path
Remarks

Note Special path paining considerations in section 4.4 of the PDF specifications. EOR is even odd rule. Otherwise it is nonzero winding number rule.

See Also