←Select platform

Read Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly