LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Read Property

Show in webframe







Gets or sets the actual number of bytes that this read operation has copied to Buffer.
Syntax
public int Read {get; set;}
'Declaration
 
Public Property Read As Integer
'Usage
 
Dim instance As CodecsRedirectReadEventArgs
Dim value As Integer
 
instance.Read = value
 
value = instance.Read
public int Read {get; set;}

            
public int getRead()
public void setRead(int value)
            
 
get_Read();
set_Read(value);
Object.defineProperty('Read');
public:
property int Read {
   int get();
   void set (    int value);
}

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

See Also

Reference

CodecsRedirectReadEventArgs Class
CodecsRedirectReadEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.