[This is preliminary documentation and is subject to change.]
Get or set the file preable.
| C# | Visual Basic | Visual C++ |
public byte[] DicomPrefix { get; set; }
Public Property DicomPrefix As Byte()
public: property array<unsigned char>^ DicomPrefix { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }