Leadtools.Dicom Namespace > DicomDataSet Class > GetPreamble Method : GetPreamble(IntPtr,Int32) Method |
'Declaration Public Overloads Sub GetPreamble( _ ByVal preamble As IntPtr, _ ByVal length As Integer _ )
'Usage Dim instance As DicomDataSet Dim preamble As IntPtr Dim length As Integer instance.GetPreamble(preamble, length)
If the value specified by length is >= 128, then the buffer will be updated with the entire preamble. If length is < 128, then the buffer will be updated with a truncated version of the preamble with length length.