EmfDescription

EmfMetafileHeader.EmfDescription property

Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present.

public string EmfDescription { get; set; }

See Also