←Select platform

Written Property

Summary

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

Syntax

C#
VB
Java
C++
public int Written { get; set; } 
Public Property Written As Integer 
public int getWritten() 
public void setWritten(int value) 
             
public: 
property int Written { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly