EmfPlusMetafile Class
Contents
[
Hide
]Summary: The EmfPlusMetafileData object specifies a metafile that contains a graphics image
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusMetafile
Inheritance: EmfPlusBaseImageData
Constructors
Name | Description |
---|---|
EmfPlusMetafile() | Initializes a new instance of the EmfPlusMetafile class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
metafile_data | byte | r/w | Gets or sets variable-length data that specifies the embedded metafile. The content and format of the data can be different for each metafile type. |
metafile_data_size | int | r/w | Gets or sets 32-bit unsigned integer that specifies the size in bytes of the metafile data in the MetafileData field |
type | EmfPlusMetafileDataType | r/w | Gets or sets 32-bit unsigned integer that specifies the type of metafile that is embedded in the MetafileData field. This value MUST be defined in the MetafileDataType enumeration (section 2.1.1.21). |
Constructor: EmfPlusMetafile()
EmfPlusMetafile()
Initializes a new instance of the EmfPlusMetafile class.