Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Count Property (CodecsRedirectReadEventArgs)








Gets the number of bytes that this read operation request.
Syntax
public int Count {get;}
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As CodecsRedirectReadEventArgs
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public int getCount()
 get_Count(); 
public:
property int Count {
   int get();
}

Property Value

The number of bytes that this read operation request and should copied to Buffer.
Example
For an example, refer to RasterCodecs.StartRedirecting
Requirements

Target Platforms

See Also

Reference

CodecsRedirectReadEventArgs Class
CodecsRedirectReadEventArgs Members

Error processing SSI file