Share via


WebImage.ImageFormat Property

Gets the format of the image (for example, "jpeg" or "png").

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property ImageFormat As String 
    Get
'Usage
Dim instance As WebImage 
Dim value As String 

value = instance.ImageFormat
public string ImageFormat { get; }
public:
property String^ ImageFormat {
    String^ get ();
}
member ImageFormat : string
function get ImageFormat () : String

Property Value

Type: System.String
The file format of the image.

See Also

Reference

WebImage Class

System.Web.Helpers Namespace