Image.OriginalWidth Property

Aspose.Note for .NET API

ImageOriginalWidth Property

Gets the original width. This is the original width of the image, before resizing.

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

Property Value

Type: Single
See Also