Web API Core | ComponentOne
C1.AspNetCore.Api Namespace / ImageFormat Class
Properties Methods


In This Topic
    ImageFormat Class Members
    In This Topic

    The following tables list the members exposed by ImageFormat.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the System.Drawing.Imaging.ImageFormat class with the specified GUID.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Specifies the bitmap image format.  
    Public Propertystatic (Shared in Visual Basic)Specifies the GIF image format.  
    Public PropertySpecifies a global unique identifier (GUID) that represents this System.Drawing.Imaging.ImageFormat.  
    Public Propertystatic (Shared in Visual Basic)Specifies the JPEG image format.  
    Public Propertystatic (Shared in Visual Basic)

    Specifies the W3C PNG image format.

     
    Public Propertystatic (Shared in Visual Basic)Specifies the Tag Image File Format (TIFF) image format.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a value indicating whether the specified object is an System.Drawing.Imaging.ImageFormat equivalent to this System.Drawing.Imaging.ImageFormat.  
    Public Method

    Returns a hash code.

     
    Public MethodConverts this System.Drawing.Imaging.ImageFormat to a human-readable string.  
    Top
    See Also