VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebImageType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WebImageType Enumeration
    In This Topic
    Determines available formats of web images.
    Syntax
    'Declaration
    
    Public Enum WebImageType
       Inherits System.Enum
    
    
    public enum WebImageType : System.Enum
    
    
    __value public enum WebImageType : public System.Enum
    
    
    public enum class WebImageType : public System.Enum
    
    
    Members
    MemberDescription
    UrlImageImage is specified by URL.
    Base64ImageImage is represented as a Base64 string.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Web.Services.WebImageType

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also