EmfDescriptionBuffer

EmfMetafileHeader.EmfDescriptionBuffer property

Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled “UndefinedSpace” is optional and MUST be ignored.

public byte[] EmfDescriptionBuffer { get; set; }

See Also