Class TypedArray

Class TypedArray

Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)

TypedArray objekty majú podobný pohľad na základný binárny databáter.

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

Inheritance

object DOMObject TypedArray

Derived

TypedArray

Implements

INotifyPropertyChanged

Z dedičných členov

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

Properties

Buffer

Získajte ArrayBuffer odkazovaný týmto príkladom.

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

Hodnota nehnuteľnosti

ArrayBuffer

ByteLength

Dostať byteDĺžka príslušenstva vlastnosť predstavuje dĺžku ArrayBuffer v bytoch.

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

Hodnota nehnuteľnosti

int

ByteOffset

Dostane byteOffset od začiatku referenčného ArrayBuffer.

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

Hodnota nehnuteľnosti

int

Length

Dostane dĺžku typovanej aréy.

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

Hodnota nehnuteľnosti

int

 Slovenčina