ImageGear .NET v25.0 - Updated
ImGearPDEPathOpFlags Enumeration




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEPathOpFlags Enumeration
Specifies flags for paint operators in a PDE path.
Syntax
'Declaration
 
Public Enum ImGearPDEPathOpFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDEPathOpFlags
public enum ImGearPDEPathOpFlags : System.Enum 
__value public enum ImGearPDEPathOpFlags : public System.Enum 
public enum class ImGearPDEPathOpFlags : public System.Enum 
Members
MemberDescription
EO_FILL Fills the path, using the even-odd rule to determine the region to fill, as with the f* (eofill) operator.
FILL Fills the path, using the nonzero winding number rule to determine the region to fill, as with the f (fill) operator.
INVISIBLE Path is neither stroked nor filled, so it is invisible.
STROKE Stroke the path, as with the S (stroke) operator.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDEPathOpFlags

See Also

Reference

ImageGear.Formats.PDF Namespace