PostScriptData

EmfEpsData.PostScriptData property

Gets or sets an array of bytes of PostScript data. The length of this array can be computed from the SizeData field. This data MAY be used to render an image.

public byte[] PostScriptData { get; set; }

See Also