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

Show in webframe

Count Property (CodecsRedirectWriteEventArgs)








Gets the number of bytes that this write operation request.
Syntax
public int Count {get;}
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As CodecsRedirectWriteEventArgs
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 write operation request and should copied from Buffer.
Example
For an example, refer to RasterCodecs.StartRedirecting
Requirements

Target Platforms

See Also

Reference

CodecsRedirectWriteEventArgs Class
CodecsRedirectWriteEventArgs Members

Error processing SSI file