EmfCommentWindowsMetaFile

EmfCommentWindowsMetaFile class

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

public sealed class EmfCommentWindowsMetaFile : EmfCommentPublicRecordType

Constructors

NameDescription
EmfCommentWindowsMetaFile(EmfRecord)Initializes a new instance of the EmfCommentWindowsMetaFile class.

Properties

NameDescription
Checksum { get; set; }Gets or sets a 32-bit unsigned integer that specifies the checksum for this record.
override CommentIdentifier { get; set; }Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string “CIDG”, identifies this as an EMR_COMMENT_PUBLIC record.
DataSize { get; set; }Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present
Flags { get; set; }Gets or sets a 32-bit value that MUST be 0x00000000 and MUST be ignored.
PublicCommentIdentifier { get; set; }Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.
Version { get; set; }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).
WinMetafile { get; set; }Gets or sets a buffer that contains the WMF metafile.
WinMetafileSize { get; set; }Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the WMF metafile in the WinMetafile field.

See Also