ImageGear .NET v24.14 - Updated
ImGearPSType Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPSType Enumeration
Specifies output PostScript types.
Syntax
'Declaration
 
Public Enum ImGearPSType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPSType
public enum ImGearPSType : System.Enum 
__value public enum ImGearPSType : public System.Enum 
public enum class ImGearPSType : public System.Enum 
Members
MemberDescription
EPS_EXTENDED_PREVIEWEPS file with extended preview.
EPS_NO_PREVIEWEPS file with no preview.
EPS_STANDARD_PREVIEWEPS file with standard preview.
POSTSCRIPTPostScript file.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace