ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEGraphicStateWasSetFlags Enumeration |
'Declaration Public Enum ImGearPDEGraphicStateWasSetFlags Inherits System.Enum
'Usage Dim instance As ImGearPDEGraphicStateWasSetFlags
public enum ImGearPDEGraphicStateWasSetFlags : System.Enum
__value public enum ImGearPDEGraphicStateWasSetFlags : public System.Enum
public enum class ImGearPDEGraphicStateWasSetFlags : public System.Enum
Member | Value | Description |
---|---|---|
DASH | 0x00000010 | A dash specification was set, corresponding to the d (setdash) operator. |
EXT_GSTATE | 0x00000800 | An extended graphics state was set, corresponding to the gs operator. |
FILL_CSPACE | 0x00000001 | A fill color space was set, corresponding to the cs (setcolorspace) operator. |
FILL_CVALUE | 0x00000002 | A color fill value was set, corresponding to the sc (setcolor) operator. |
FLATNESS | 0x00000080 | Line flatness was set, corresponding to the i (setflat) operator. |
LINE_CAP | 0x00000100 | Line cap style was set, corresponding to the J (setlinecap) operator. |
LINE_JOIN | 0x00000200 | Line join style was set, corresponding to the j (setlinejoin) operator. |
LINE_WIDTH | 0x00000020 | The line width was set, corresponding to the w (setlinewidth) operator. |
MITER_LIMIT | 0x00000040 | The miter limit was set, corresponding to the M (setmiterlimit) operator. |
RENDER_INTENT | 0x00000400 | A color rendering intent was set, corresponding to the Intent key in the image dictionary. |
STROKE_CSPACE | 0x00000004 | A color space stroke value was set, corresponding to the CS (setcolorspace) operator. |
STROKE_CVALUE | 0x00000008 | A color stroke value was set, corresponding to the SC (setcolor) operator. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEGraphicStateWasSetFlags