ResourceSavingArgs.Document Property

Aspose.Note for .NET API

ResourceSavingArgsDocument Property

Gets the saving document.

Namespace:  Aspose.Note.Saving.Html
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Document Document { get; }
Public ReadOnly Property Document As Document
	Get
public:
property Document^ Document {
	Document^ get ();
}
member Document : Document with get

Property Value

Type: Document
See Also