Class StreamDataSource

Class StreamDataSource

Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll

Nguồn dữ liệu stream cho các thao tác tải và lưu của plugin.

public sealed class StreamDataSource : IDataSource

Kế thừa

objectStreamDataSource

Triển khai

IDataSource

Các thành viên kế thừa

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Các hàm khởi tạo

StreamDataSource(Stream)

Tạo một nguồn dữ liệu stream mới.

public StreamDataSource(Stream data)

Tham số

data Stream

Dòng dữ liệu.

Thuộc tính

Data

Lấy stream cơ sở.

public Stream Data { get; }

Giá trị thuộc tính

Stream

DataType

Loại nguồn dữ liệu.

public DataType DataType { get; }

Giá trị thuộc tính

DataType

 Tiếng Việt