←Select platform

Count Property

Summary

Gets the number of bytes that this write operation request.

Syntax
C#
VB
C++
Java
public int Count { get; } 
Public ReadOnly Property Count As Integer 
public int getCount() 
public: 
property int Count { 
   int get(); 
} 

Property Value

The number of bytes that this write operation request and should copied from Buffer.

Example

For an example, refer to RasterCodecs.StartRedirecting

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly