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

Show in webframe

DataLength Property








Gets the size in bytes of the extension data.
Syntax
public int DataLength {get;}
'Declaration
 
Public ReadOnly Property DataLength As Integer
'Usage
 
Dim instance As CodecsExtension
Dim value As Integer
 
value = instance.DataLength
public int DataLength {get;}
public long getDataLength()
 get_DataLength(); 
public:
property int DataLength {
   int get();
}

Property Value

The size in bytes of the extension data. If the extension data is a stream, this value should be 0xFFFFFFFF
Example
For an example, refer to RasterCodecs.ReadExtensions.
Requirements

Target Platforms

See Also

Reference

CodecsExtension Structure
CodecsExtension Members
Exif File Extensions

Error processing SSI file