AttachedFile.Width Property

Aspose.Note for .NET API

AttachedFileWidth Property

Gets the original width of the embedded file icon.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public float Width { get; }
Public ReadOnly Property Width As Single
	Get
public:
property float Width {
	float get ();
}
member Width : float32 with get

Property Value

Type: Single
See Also