Class EmfComment
Contents
[
Hide
]EmfComment class
The EMR_COMMENT record contains arbitrary private data. Note Fields that are not described in this section are specified in section 2.3.3.
public sealed class EmfComment : EmfCommentRecordType
Constructors
Name | Description |
---|---|
EmfComment(EmfRecord) | Initializes a new instance of the EmfComment class. |
Properties
Name | Description |
---|---|
override CommentIdentifier { get; set; } | Gets or sets the comment identifier. |
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 |
PrivateData { get; set; } | Gets or sets an optional array of bytes that specifies the private data. The first DWORD of this data MUST NOT be one of the predefined comment identifier values specified in section 2.3.3. Private data is unknown to EMF; it is meaningful only to applications that know the format of the data and how to use it. EMR_COMMENT private data records MAY be ignored. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfCommentRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging