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

Written Property






Gets or sets the actual number of bytes that this write operation has copied to Buffer. .NET support
Syntax
public int Written {get; set;}
'Declaration
 
Public Property Written As Integer
'Usage
 
Dim instance As CodecsRedirectWriteEventArgs
Dim value As Integer
 
instance.Written = value
 
value = instance.Written
public int Written {get; set;}
 get_Written();
set_Written(value);
public:
property int Written {
   int get();
   void set (    int value);
}

Property Value

The actual number of bytes that this read write 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

CodecsRedirectWriteEventArgs Class
CodecsRedirectWriteEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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