AttachedFile.Icon Property

Aspose.Note for .NET API

AttachedFileIcon Property

Gets the binary data for the icon that is associated with the embedded file.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public byte[] Icon { get; }
Public ReadOnly Property Icon As Byte()
	Get
public:
property array<unsigned char>^ Icon {
	array<unsigned char>^ get ();
}
member Icon : byte[] with get

Property Value

Type: Byte
See Also