JpegExifDataImageWidth Property |
Gets or sets the image width.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic uint ImageWidth { get; set; }
Public Property ImageWidth As UInteger
Get
Set
public:
property unsigned int ImageWidth {
unsigned int get ();
void set (unsigned int value);
}
member ImageWidth : uint32 with get, set
Property Value
Type:
UInt32
The width of the image.
See Also