[This is preliminary documentation and is subject to change.]
A fixed 128 byte field available for Application Profile or
implementation specified use. If not used by an Application
Profile or a specific implementation all bytes shall be set to 00H.
| C# | Visual Basic | Visual C++ |
public byte[] FilePreamble { get; set; }
Public Property FilePreamble As Byte()
public: property array<unsigned char>^ FilePreamble { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
| Exception | Condition |
|---|---|
| ArgumentException | Preamble should have a length of 128 bytes. |
| ArgumentNullException | Argument is a nullNothingnullptr reference. |