←Select platform

Written Property

Summary
Gets or sets the actual number of bytes that this write operation has copied to Buffer.
Syntax
C#
VB
C++
Java
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.