←Select platform

OffsetCount Property

Summary

Gets the number of bytes that make up the actual image data being loaded.

Syntax
C#
VB
C++
public long OffsetCount { get; } 
Public ReadOnly Property OffsetCount As Long 
public: 
property int64 OffsetCount { 
   int64 get(); 
} 

Property Value

The number of bytes that make up the actual image data being loaded.

Remarks

This is only valid if OffsetValid is true.

This is the same value passed to the Load methods that takes a offset parameter

.

Example

For an example, refer to RasterCodecs.LoadImage.

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