Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
Written Property
See Also 
Leadtools.Codecs Namespace > CodecsRedirectWriteEventArgs Class : Written Property




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

Syntax

Visual Basic (Declaration) 
Public Property Written As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsRedirectWriteEventArgs
Dim value As Integer
 
instance.Written = value
 
value = instance.Written
C# 
public int Written {get; set;}
Managed Extensions for C++ 
public: __property int get_Written();
public: __property void set_Written( 
   int value
);
C++/CLI 
public:
property int Written {
   int get();
   void set (int value);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also