Gets the byte offset of the value of the element
public long ValueOffset { get; }
Public ReadOnly Property ValueOffset As Long
public long ValueOffset {get;}
get_ValueOffset();
public:
property int64 ValueOffset {
int64 get();
}
The byte offset of the value of the element
Depending on the transfer syntax and value representation, a DICOM Element is stored in a file as one of the following
The ValueOffset property returns the byte offset for the Value DicomElement in the file. If you seek to this offset in the DICOM file, the next ValueLength bytes will be the value of the DICOM element.
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