ImageStreamEventArgsBytes Property |
Gets the number of bytes written to or read from the image stream.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public long Bytes { get; }
Public ReadOnly Property Bytes As Long
Get
Property Value
Type:
Int64 The number of bytes written to or read from the image stream.
See Also