Table of Contents

Class EmfCommentWindowsMetaFile

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_COMMENT_WINDOWS_METAFILE record specifies an image in an embedded WMF metafile.

public sealed class EmfCommentWindowsMetaFile : EmfCommentPublicRecordType
Inheritance
EmfCommentWindowsMetaFile
Inherited Members

Constructors

EmfCommentWindowsMetaFile(EmfRecord)

Initializes a new instance of the EmfCommentWindowsMetaFile class.

public EmfCommentWindowsMetaFile(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Checksum

Gets or sets a 32-bit unsigned integer that specifies the checksum for this record.

public int Checksum { get; set; }

Property Value

int

Flags

Gets or sets a 32-bit value that MUST be 0x00000000 and MUST be ignored.

public int Flags { get; set; }

Property Value

int

Version

Gets or sets a 16-bit unsigned integer that specifies the WMF metafile version in terms of support for device-independent bitmaps (DIBs), from the WMF MetafileVersion enumeration ([MS-WMF] section 2.1.1.19).

public WmfMetafileVersion Version { get; set; }

Property Value

WmfMetafileVersion

WinMetafile

Gets or sets a buffer that contains the WMF metafile.

public MetaImage WinMetafile { get; set; }

Property Value

MetaImage

WinMetafileSize

Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the WMF metafile in the WinMetafile field.

public int WinMetafileSize { get; set; }

Property Value

int