ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedPreamble Object |
This object provides access to DICOM Preamble. Preamble is an array of 128 bytes, which is placed at the beginning of a Part10 compliant DICOM file. Usage of IGMedPreamble object is similar to that of IGIntegerArray Object.
See description of IGMedPage Object.Preamble Property for more details.
IIGMedPreamble
SetValuesTo Method | This method sets all elements in the Preamble array to the specified value. |
Item Property | This indexed property provides access to the Preamble array element. |
ItemSize Property | This property returns the size of the Preamble array element in bytes: always returns 1. |
Size Property | This property returns the number of elements in the Preamble array: always returns 128. |