EmfPlusMetafile Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusMetafile()Initializes a new instance of the EmfPlusMetafile class.

Properties

NameTypeAccessDescription
metafile_databyter/wGets 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_sizeintr/wGets or sets 32-bit unsigned integer that specifies the size in bytes of the metafile
data in the MetafileData field
typeEmfPlusMetafileDataTyper/wGets 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.