EmfEpsData

EmfEpsData class

The EpsData object is a container for EPS data

public sealed class EmfEpsData : EmfObject

Constructors

NameDescription
EmfEpsData()The default constructor.

Properties

NameDescription
Points { get; set; }Gets or sets an array of three Point28_4 objects (section 2.2.23) that defines the coordinates of the output parallelogram using 28.4 bit FIX notation
PostScriptData { get; set; }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.
SizeData { get; set; }Gets or sets a 32-bit unsigned integer that specifies the total size of this object, in bytes
Version { get; set; }Gets or sets a 32-bit unsigned integer that specifies the PostScript language level. This value MUST be 0x00000001

See Also