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




In This Topic
    ImGearPDESoftMaskCreateFlags Enumeration
    In This Topic
    Specifies flags for SoftMask creation.
    Syntax
    'Declaration
     
    Public Enum ImGearPDESoftMaskCreateFlags 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPDESoftMaskCreateFlags
    public enum ImGearPDESoftMaskCreateFlags : System.Enum 
    __value public enum ImGearPDESoftMaskCreateFlags : public System.Enum 
    public enum class ImGearPDESoftMaskCreateFlags : public System.Enum 
    Members
    MemberValueDescription
    ALPHA2Specifies how the mask is to be computed.
    LUMINOSITY1Specifies how the mask is to be computed.
    Inheritance Hierarchy

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

    See Also