StreamReadExceptionActualReadCount Property |
Gets the actual read bytes count.
Namespace:
Aspose.CAD.CadExceptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public int ActualReadCount { get; }
Public ReadOnly Property ActualReadCount As Integer
Get
public:
property int ActualReadCount {
int get ();
}
member ActualReadCount : int with get
Property Value
Type:
Int32
The actual read bytes count.
See Also