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