DrawingOperationType Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the set of allowed drawing operation flags.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

[FlagsAttribute]
public enum DrawingOperationType
Members

  Member nameValueDescription
Fill1 Fill the path.
Stroke2 Stroke the path.
Close32 Close the path.
End0 End the path object without filling or stroking it. This operator shall be a path-painting no-op, used primarily for the side effect of changing the current clipping path.
See Also

Reference