Class EmfCommentBeginGroup
Contents
[
Hide
]EmfCommentBeginGroup class
The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.
public sealed class EmfCommentBeginGroup : EmfCommentPublicRecordType
Constructors
Name | Description |
---|---|
EmfCommentBeginGroup(EmfRecord) | Initializes a new instance of the EmfCommentBeginGroup class. |
Properties
Name | Description |
---|---|
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 |
Description { get; set; } | Gets or sets an optional, null-terminated Unicode string that describes this group of records. |
NDescription { get; set; } | Gets or sets the number of Unicode characters in the optional description string that follows. |
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. |
Rectangle { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfCommentPublicRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging