GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.DataReceivedEventArgs Class / TotalLength Property





In This Topic
TotalLength Property
In This Topic
The total size of the data to transfer, in bytes.
Syntax
'Declaration
 
Public ReadOnly Property TotalLength As Integer
public int TotalLength {get;}
public read-only property TotalLength: Integer; 
public function get TotalLength : int
public: __property int get_TotalLength();
public:
property int TotalLength {
   int get();
}
See Also