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.