WebImage.GetBytes(String) 方法

定义

以字节数组形式返回图像。

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

参数

requestedFormat
String

对象的 ImageFormatWebImage

返回

Byte[]

映像。

适用于