ArrayBuffer
ArrayBuffer(int)
Initializes a new instance of the ArrayBuffer
class.
public ArrayBuffer(int length)
Parameter | Type | Description |
---|---|---|
length | Int32 | The size, in bytes, of the array buffer to create. |
See Also
- class ArrayBuffer
- namespace Aspose.Html
- assembly Aspose.HTML
ArrayBuffer(byte[])
Initializes a new instance of the ArrayBuffer
class.
public ArrayBuffer(byte[] data)
Parameter | Type | Description |
---|---|---|
data | Byte[] | The raw binary data. |
See Also
- class ArrayBuffer
- namespace Aspose.Html
- assembly Aspose.HTML