C#
VB
C++
Gets the offset in bytes from the beginning of the file at which the image data begins.
public long Offset { get; }
Public ReadOnly Property Offset As Long
public:
property int64 Offset {
int64 get();
}
The offset in bytes to the start of the image data.
This is only valid if OffsetValid is true.
This is the same value passed to the Load methods that takes a offset parameter
.
For an example, refer to RasterCodecs.LoadImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET