Class EmfCommentBeginGroup

Class EmfCommentBeginGroup

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.

public sealed class EmfCommentBeginGroup : EmfCommentPublicRecordType

Inheritance

objectMetaObjectEmfRecordEmfCommentRecordTypeEmfCommentPublicRecordTypeEmfCommentBeginGroup

Inherited Members

EmfCommentPublicRecordType.CommentIdentifier, EmfCommentPublicRecordType.PublicCommentIdentifier, EmfCommentRecordType.DataSize, EmfCommentRecordType.CommentIdentifier, EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfCommentBeginGroup(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentBeginGroup class.

public EmfCommentBeginGroup(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Description

Gets or sets an optional, null-terminated Unicode string that describes this group of records.

public string Description { get; set; }

Property Value

string

NDescription

Gets or sets the number of Unicode characters in the optional description string that follows.

public int NDescription { get; set; }

Property Value

int

Rectangle

Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates.

public Rectangle Rectangle { get; set; }

Property Value

Rectangle