[This is preliminary documentation and is subject to change.]
Get or set the file preable.
| 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); }