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