EmfEpsData Class

Summary: The EpsData object is a container for EPS data

Module: aspose.imaging.fileformats.emf.emf.objects

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfEpsData

Inheritance: EmfObject

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfEpsData()Initializes a new instance of the EmfEpsData class

Properties

NameTypeAccessDescription
pointsEmfPoint28To4[]r/wGets 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
post_script_databyter/wGets 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.
size_dataintr/wGets or sets a 32-bit unsigned integer that specifies the total size of this object, in bytes
versionintr/wGets or sets a 32-bit unsigned integer that specifies the PostScript language level. This
value MUST be 0x00000001

Constructor: EmfEpsData()

 EmfEpsData() 

Initializes a new instance of the EmfEpsData class