←Select platform

DataLength Property

Summary

Gets the size in bytes of the extension data.

Syntax
C#
VB
C++
Java
public int DataLength { get; } 
Public ReadOnly Property DataLength As Integer 
public long getDataLength() 
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

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