←Select platform

Read Property

Summary

Gets or sets the actual number of bytes that this read operation has copied to Buffer.

Syntax
C#
VB
C++
Java
public int Read { get; set; } 
Public Property Read As Integer 
public int getRead() 
public void setRead(int value) 
public: 
property int Read { 
   int get(); 
   void set (    int ); 
} 

Property Value

The actual number of bytes that this read operation has copied to Buffer.

Example

For an example, refer to RasterCodecs.StartRedirecting

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly