Leadtools.Dicom Namespace > DicomDataSet Class > SetPreamble Method : SetPreamble(IntPtr,Int32) Method |
'Declaration Public Overloads Sub SetPreamble( _ ByVal preamble As IntPtr, _ ByVal length As Integer _ )
'Usage Dim instance As DicomDataSet Dim preamble As IntPtr Dim length As Integer instance.SetPreamble(preamble, length)
If the value specified by length is > 128 bytes, then the Preamble will be set with the first 128 bytes of preamble. If length is < or equal 128 bytes, then the Preamble will be set with the entire contents of preamble.
To retrieve the contents of the Preamble, call the GetPreamble(IntPtr,Int32) method.