AttachedFile.IconExtension Property

Aspose.Note for .NET API

AttachedFileIconExtension Property

Gets the extension of the icon.

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

Property Value

Type: String
See Also