Leadtools.Dicom Namespace > DicomDataSet Class > GetPreamble Method : GetPreamble(Int32) Method |
'Usage Dim instance As DicomDataSet Dim length As Integer Dim value() As Byte value = instance.GetPreamble(length)
public byte[] getPreamble(int length)
function Leadtools.Dicom.DicomDataSet.GetPreamble(Int32)( length )
public: array<byte>^ GetPreamble( int 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.