Class TypedArray
Class TypedArray
Název místa: Aspose.Html Sbírka: Aspose.HTML.dll (25.4.0)
TypedArray objekty mají podobný pohled na základní binární datový buffer.
[DOMObject]
[ComVisible(true)]
[DOMName("TypedArray")]
public abstract class TypedArray : DOMObject, INotifyPropertyChanged
Inheritance
object ← DOMObject ← TypedArray
Derived
Implements
Dědiční členové
DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Buffer
Obdržíte ArrayBuffer uvedený v tomto případ.
[DOMName("buffer")]
public ArrayBuffer Buffer { get; }
Hodnota nemovitosti
ByteLength
Dostatek bytuDlouhost příslušenství vlastnost představuje délku ArrayBuffer v bytech.
[DOMName("byteLength")]
public int ByteLength { get; }
Hodnota nemovitosti
ByteOffset
Obdrží byteOffset od začátku referenčního ArrayBuffer.
[DOMName("byteOffset")]
public int ByteOffset { get; }
Hodnota nemovitosti
Length
Obdrží délku typovaného řádku.
[DOMName("length")]
public int Length { get; }