←Select platform

DataLength Property

Summary

Gets the size in bytes of the extension data.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly