ImageGear .NET - Updated May 1, 2018
ImGearPDFSmoothFlags Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFSmoothFlags Enumeration
Specifies how a page is rendered (bit flags).
Syntax
'Declaration
 
Public Enum ImGearPDFSmoothFlags 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPDFSmoothFlags
Members
MemberDescription
ENHANCE_THIN_LINESEnhance thin lines rendering.
NONE No flags specified.
SMOOTH_IMAGEDraw smooth image.
SMOOTH_LINE_ARTDraw smooth line art.
SMOOTH_TEXTDraw smooth text.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace