C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the position of the first byte of image data.
public long Offset { get; set; }
Public Property Offset As Long
public long Offset {get; set;}
@property (nonatomic, assign) long offset
public long getOffset()
public void setOffset(long value)
<br/>get_Offset();<br/>set_Offset(value);<br/>Object.defineProperty('Offset');
The position of the first byte of image data. This can be 0 if your file does not have a header.
For an example, refer to RasterCodecs.LoadInformation.
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