Table of Contents

Class EmfCommentBeginGroup

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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

public sealed class EmfCommentBeginGroup : EmfCommentPublicRecordType
Inheritance
EmfCommentBeginGroup
Inherited Members

Constructors

EmfCommentBeginGroup(EmfRecord)

Initializes a new instance of the 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