ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEPathOpFlags Enumeration |
'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
Member | Value | Description |
---|---|---|
EO_FILL | 0x00000004 | Fills the path, using the even-odd rule to determine the region to fill, as with the f* (eofill) operator. |
FILL | 0x00000002 | Fills the path, using the nonzero winding number rule to determine the region to fill, as with the f (fill) operator. |
INVISIBLE | 0x00000000 | Path is neither stroked nor filled, so it is invisible. |
STROKE | 0x00000001 | Stroke the path, as with the S (stroke) operator. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEPathOpFlags