Class EmfCommentWindowsMetaFile
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
EmfRecordThe 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
Flags
Gets or sets a 32-bit value that MUST be 0x00000000 and MUST be ignored.
public int Flags { get; set; }
Property Value
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
WinMetafile
Gets or sets a buffer that contains the WMF metafile.
public MetaImage WinMetafile { get; set; }
Property Value
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; }