ArrayBuffer Class |
Namespace: Aspose.Html
The ArrayBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArrayBuffer(Byte) |
Initializes a new instance of the ArrayBuffer class.
|
![]() | ArrayBuffer(Int32) |
Initializes a new instance of the ArrayBuffer class.
|
Name | Description | |
---|---|---|
![]() | ByteLength |
The byteLength accessor property represents the length of an ArrayBuffer in bytes.
|
![]() | Item |
Gets or sets the Byte at the specified index.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | (ArrayBuffer to Byte) |
Performs an explicit conversion from ArrayBuffer to [!:System.Byte[]].
|