←Select platform

Offset Property

Summary

Gets the offset in bytes from the beginning of the file at which the image data begins.

Syntax

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

Property Value

The offset in bytes to the start of the image data.

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

Leadtools.Codecs Assembly