Class ResourceSavingArgs

Class ResourceSavingArgs

Nazwa przestrzeń: Aspose.Note.Saving.Html Zgromadzenie: Aspose.Note.dll (25.4.0)

Zapewnia dane dla wydarzenia ResourceSaving.

public class ResourceSavingArgs

Inheritance

object ResourceSavingArgs

Derived

CssSavingArgs , FontSavingArgs , ImageSavingArgs , PageSavingArgs

Dziedziczeni członkowie

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

Properties

Document

Otrzymujemy dokument oszczędnościowy.

public Document Document { get; }

Wartość nieruchomości

Document

FileName

Otrzymuje nazwę pliku.

public string FileName { get; }

Wartość nieruchomości

string

KeepStreamOpen

Otrzymuje lub ustawia wartość wskazującą, czy strumień jest otwarty.

public bool KeepStreamOpen { get; set; }

Wartość nieruchomości

bool

Stream

Otrzymuje lub ustawia strumień używany do przechowywania zasobów.

public Stream Stream { get; set; }

Wartość nieruchomości

Stream

Uri

Dostęp lub ustawienie ury dostępu do zasobów przechowywanych.

public string Uri { get; set; }

Wartość nieruchomości

string

 Polski