WebImage.GetBytes(String) Method

Definition

Returns the image as a byte array.

public byte[] GetBytes (string requestedFormat = default);
member this.GetBytes : string -> byte[]
Public Function GetBytes (Optional requestedFormat As String = null) As Byte()

Parameters

requestedFormat
String

The ImageFormat value of the WebImage object.

Returns

Byte[]

The image.

Applies to