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[]

映像。

適用於