Class TypedArray

Class TypedArray

Nama dari : Aspose.Html Pengumpulan: Aspose.HTML.dll (25.4.0)

Objek TypedArray menampilkan pandangan yang mirip array dari buffer data biner yang mendasari.

[DOMObject]
[ComVisible(true)]
[DOMName("TypedArray")]
public abstract class TypedArray : DOMObject, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray

Derived

TypedArray

Implements

INotifyPropertyChanged

anggota yang diwarisi

DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Buffer

Dapatkan ArrayBuffer yang dirujuk oleh instansi ini.

[DOMName("buffer")]
public ArrayBuffer Buffer { get; }

Nilai Properti

ArrayBuffer

ByteLength

Mendapatkan sifat aksesori panjang mewakili panjang ArrayBuffer dalam byte.

[DOMName("byteLength")]
public int ByteLength { get; }

Nilai Properti

int

ByteOffset

Dapatkan byteOffset dari awal ArrayBuffer yang dirujuk.

[DOMName("byteOffset")]
public int ByteOffset { get; }

Nilai Properti

int

Length

Dapatkan panjang array yang dicetak.

[DOMName("length")]
public int Length { get; }

Nilai Properti

int

 Indonesia