Share via


WebImage Constructor (Byte[])

Initializes a new instance of the WebImage class using a byte array to represent the image.

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

Syntax

'Declaration
Public Sub New ( _
    content As Byte() _
)
'Usage
Dim content As Byte()

Dim instance As New WebImage(content)
public WebImage(
    byte[] content
)
public:
WebImage(
    array<unsigned char>^ content
)
new : 
        content:byte[] -> WebImage
public function WebImage(
    content : byte[]
)

Parameters

See Also

Reference

WebImage Class

WebImage Overload

System.Web.Helpers Namespace