Image.Extension Property

Aspose.Note for .NET API

ImageExtension Property

Gets the extension.

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

Property Value

Type: String
See Also