StreamReadExceptionExpectedReadCount Property |
Gets the expected read bytes count.
Namespace: Aspose.Imaging.CoreExceptionsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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