ContentReadAsByteArray Method
Serialize the HTTP content and return a byte array that represents the content.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public byte[] ReadAsByteArray()

Return Value

Type: Byte
Serialized byte array that represents the content
See Also