←Select platform

SetPreamble(IntPtr,UInt32) Method

Summary

Sets the contents of the file's preamble.

Syntax

C#
VB
WinRT C#
C++
public void SetPreamble(  
   IntPtr preamble, 
   uint length 
) 
Public Overloads Sub SetPreamble( _ 
   ByVal preamble As IntPtr, _ 
   ByVal length As UInteger _ 
)  
public void SetPreamble(  
   IntPtr preamble, 
   uint length 
) 
 function Leadtools.Dicom.DicomDataSet.SetPreamble(IntPtr,UInt32)(  
   preamble , 
   length  
) 
public: 
void SetPreamble(  
   IntPtr preamble, 
   uint length 
)  

Parameters

preamble
The preamble to set.

length
Value that represents the length of the preamble, in bytes. The maximum length is 128 bytes.

Remarks

The standard length of the Preamble is 128 bytes. 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 method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly