Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class > GetPreamble Method : GetPreamble(UInt32) Method |
'Usage
Dim instance As DicomDataSet Dim length As UInteger Dim value() As Byte value = instance.GetPreamble(length)
function Leadtools.Dicom.DicomDataSet.GetPreamble(UInt32)( length )
public: array<byte>^ GetPreamble( uint length )
If the value specified by length is >= 128, then the entire preamble will be returned. If length is < 128, then a truncated version of the preamble, with length length, will be returned.