ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFSmoothFlags Enumeration |
'Declaration Public Enum ImGearPDFSmoothFlags Inherits System.Enum
'Usage Dim instance As ImGearPDFSmoothFlags
public enum ImGearPDFSmoothFlags : System.Enum
__value public enum ImGearPDFSmoothFlags : public System.Enum
public enum class ImGearPDFSmoothFlags : public System.Enum
Member | Value | Description |
---|---|---|
ENHANCE_THIN_LINES | 0x00000008 | Enhance thin lines rendering. |
NONE | 0x00000000 | No flags specified. |
SMOOTH_IMAGE | 0x00000004 | Draw smooth image. |
SMOOTH_LINE_ART | 0x00000002 | Draw smooth line art. |
SMOOTH_TEXT | 0x00000001 | Draw smooth text. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFSmoothFlags