←Select platform

GetPreamble(int) Method

Summary

Gets the contents of the file's preamble.

Syntax
C#
VB
C++
Java
public byte[] GetPreamble( 
   int length 
) 
Public Overloads Function GetPreamble( _ 
   ByVal length As Integer _ 
) As Byte() 
public byte[] getPreamble(int length) 
public: 
array<byte>^ GetPreamble(  
   int length 
)  

Parameters

length
Value that represents the length of the file's preamble, in bytes. The maximum size of a preamble is 128 bytes.

Return Value

Buffer that contains the contents of the file's preamble.

Remarks

To set the file's preamble, call the DicomDataSet.SetPreamble(Byte[], int, int) method. 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.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly