Class TypedArray

Class TypedArray

Il nome: Aspose.Html Assemblaggio: Aspose.HTML.dll (25.4.0)

Gli oggetti TypedArray presentano una visione array-like di un buffer di dati binari di base.

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

Inheritance

object DOMObject TypedArray

Derived

TypedArray

Implements

INotifyPropertyChanged

I membri ereditari

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

Properties

Buffer

Riceve l’ArrayBuffer riferito da questa instanza.

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

Valore di proprietà

ArrayBuffer

ByteLength

La proprietà dell’accessore di lunghezza rappresenta la lunghezza di un ArrayBuffer in byte.

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

Valore di proprietà

int

ByteOffset

Riceve il byteOffset dall’inizio dell’ArrayBuffer.

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

Valore di proprietà

int

Length

Riceve la lunghezza di un array tipizzato.

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

Valore di proprietà

int

 Italiano