ByteArrayContent Constructor |
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public ByteArrayContent(
byte[] content
)
Public Sub New (
content As Byte()
)
public:
ByteArrayContent(
array<unsigned char>^ content
)
new :
content : byte[] -> ByteArrayContent
Parameters
- content
- Type: SystemByte
The content.
See Also