Class ResourceSavingArgs
Class ResourceSavingArgs
Namespace: Aspose.Note.Saving.Html
Assembly: Aspose.Note.dll (25.4.0)
Provides data for ResourceSaving event.
public class ResourceSavingArgs
Inheritance
Derived
CssSavingArgs , FontSavingArgs , ImageSavingArgs , PageSavingArgs
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Document
Gets the saving document.
public Document Document { get; }
Property Value
FileName
Gets the file name.
public string FileName { get; }
Property Value
KeepStreamOpen
Gets or sets a value indicating whether keep stream open.
public bool KeepStreamOpen { get; set; }
Property Value
Stream
Gets or sets the stream used to store the resource.
public Stream Stream { get; set; }
Property Value
Uri
Gets or sets the uri to access stored resource.
public string Uri { get; set; }