Interface IOperationResult

Interface IOperationResult

İsim alanı : Aspose.TeX.Plugins Toplama: Aspose.TeX.dll (25.4.0)

Genel operasyon sonuç arayüzü.

public interface IOperationResult

Properties

Data

Yakıt verileri alır.

object Data { get; }

Mülkiyet Değer

object

IsByteArray

Sonuç bir byte array olup olmadığını gösterir.

bool IsByteArray { get; }

Mülkiyet Değer

bool

IsFile

Sonuç bir dosya yolu olup olmadığını gösterir.

bool IsFile { get; }

Mülkiyet Değer

bool

IsStream

Sonuç bir akım olup olmadığını gösterir.

bool IsStream { get; }

Mülkiyet Değer

bool

IsString

Sonuç bir çizgi olup olmadığını gösterir.

bool IsString { get; }

Mülkiyet Değer

bool

Methods

ToFile()

Sonuçları bir dosyaya dönüştürmeye çalışın.

string ToFile()

Returns

string

Bir dosya yolu çubuğu, sonuç dosyası ise; aksi takdirde ‘sıfır’dır.

ToStream()

Sonuçları bir akım haline dönüştürmeye çalışın.

Stream ToStream()

Returns

Stream

Bir akış eğer sonuç akış ise; aksi takdirde ‘sıfır’.

 Türkçe