ImageGear .NET
ImGearPDFSmoothFlags Enumeration




Specifies how a page is rendered (bit flags).
Syntax
'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 
Members
MemberValueDescription
ENHANCE_THIN_LINES0x00000008Enhance thin lines rendering.
NONE0x00000000 No flags specified.
SMOOTH_IMAGE0x00000004Draw smooth image.
SMOOTH_LINE_ART0x00000002Draw smooth line art.
SMOOTH_TEXT0x00000001Draw smooth text.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback