←Select platform

Offset Property

Summary

Gets the offset to the start of the image data.

Syntax

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

Property Value

The offset to the start of the image data.

Remarks

This is only valid if OffsetValid is true.

This is the same value passed to the RasterCodecs.Save methods that accepts a offset parameter.

Example

For an example, refer to RasterCodecs.SaveImage.

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