ResourceSavingArgs.FileName Property

Aspose.Note for .NET API

ResourceSavingArgsFileName Property

Gets the file name.

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

Property Value

Type: String
See Also