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
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
FileName
Otrzymuje nazwę pliku.
public string FileName { get; }
Wartość nieruchomości
KeepStreamOpen
Otrzymuje lub ustawia wartość wskazującą, czy strumień jest otwarty.
public bool KeepStreamOpen { get; set; }
Wartość nieruchomości
Stream
Otrzymuje lub ustawia strumień używany do przechowywania zasobów.
public Stream Stream { get; set; }
Wartość nieruchomości
Uri
Dostęp lub ustawienie ury dostępu do zasobów przechowywanych.
public string Uri { get; set; }