WebImage.GetBytes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.