JpegExifDataImageWidth Property |
Gets or sets the image width.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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