Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

ValueOffset Property








Gets the byte offset of the value of the element
Syntax
public long ValueOffset {get;}
'Declaration
 
Public ReadOnly Property ValueOffset As Long
'Usage
 
Dim instance As DicomElement
Dim value As Long
 
value = instance.ValueOffset
public long ValueOffset {get;}
 get_ValueOffset(); 
public:
property int64 ValueOffset {
   int64 get();
}

Property Value

The byte offset of the value of the element
Remarks
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.
Example
Requirements

Target Platforms

See Also

Reference

DicomElement Class
DicomElement Members

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features