EmfEpsData Class
Contents
[
Hide
]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
Constructors
Name | Description |
---|---|
EmfEpsData() | Initializes a new instance of the EmfEpsData class |
Properties
Name | Type | Access | Description |
---|---|---|---|
points | EmfPoint28To4[] | r/w | 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 |
post_script_data | byte | r/w | 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. |
size_data | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the total size of this object, in bytes |
version | int | r/w | Gets 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