LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Read Property






Gets or sets the actual number of bytes that this read operation has copied to Buffer. .NET support
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;}
 get_Read();
set_Read(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsRedirectReadEventArgs Class
CodecsRedirectReadEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.