ArrayBuffer Class
The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer.
Inheritance Hierarchy

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class ArrayBuffer : DOMObject

The ArrayBuffer type exposes the following members.

Constructors
  NameDescription
Public methodArrayBuffer(Byte)
Initializes a new instance of the ArrayBuffer class.
Public methodArrayBuffer(Int32)
Initializes a new instance of the ArrayBuffer class.
Properties
  NameDescription
Public propertyByteLength
The byteLength accessor property represents the length of an ArrayBuffer in bytes.
Public propertyItem
Gets or sets the Byte at the specified index.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Operators
See Also