Specifies a graphics state that was set.
Syntax
'Declaration
Public Enum ImGearPDEGraphicStateWasSetFlags
Inherits System.Enum
public enum ImGearPDEGraphicStateWasSetFlags : System.Enum
__value public enum ImGearPDEGraphicStateWasSetFlags : public System.Enum
public enum class ImGearPDEGraphicStateWasSetFlags : public System.Enum
Members
Member | Value | Description |
DASH | 16 |
A dash specification was set, corresponding to the d (setdash) operator.
|
EXT_GSTATE | 2048 |
An extended graphics state was set, corresponding to the gs operator.
|
FILL_CSPACE | 1 |
A fill color space was set, corresponding to the cs (setcolorspace) operator.
|
FILL_CVALUE | 2 |
A color fill value was set, corresponding to the sc (setcolor) operator.
|
FLATNESS | 128 |
Line flatness was set, corresponding to the i (setflat) operator.
|
LINE_CAP | 256 |
Line cap style was set, corresponding to the J (setlinecap) operator.
|
LINE_JOIN | 512 |
Line join style was set, corresponding to the j (setlinejoin) operator.
|
LINE_WIDTH | 32 |
The line width was set, corresponding to the w (setlinewidth) operator.
|
MITER_LIMIT | 64 |
The miter limit was set, corresponding to the M (setmiterlimit) operator.
|
RENDER_INTENT | 1024 |
A color rendering intent was set, corresponding to the Intent key in the image dictionary.
|
STROKE_CSPACE | 4 |
A color space stroke value was set, corresponding to the CS (setcolorspace) operator.
|
STROKE_CVALUE | 8 |
A color stroke value was set, corresponding to the SC (setcolor) operator.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEGraphicStateWasSetFlags
See Also