ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPSType Enumeration




In This Topic
    ImGearPSType Enumeration
    In This Topic
    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
    MemberValueDescription
    EPS_EXTENDED_PREVIEW3EPS file with extended preview.
    EPS_NO_PREVIEW1EPS file with no preview.
    EPS_STANDARD_PREVIEW2EPS file with standard preview.
    POSTSCRIPT0PostScript file.
    Inheritance Hierarchy

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

    See Also