Table of Contents

Class EmfDeleteObject

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

The EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Table(section 3.1.1.1).

public sealed class EmfDeleteObject : EmfRecord
Inheritance
EmfDeleteObject
Inherited Members

Constructors

EmfDeleteObject()

Initializes a new instance of the EmfDeleteObject class.

public EmfDeleteObject()

EmfDeleteObject(EmfRecord)

Initializes a new instance of the EmfDeleteObject class.

public EmfDeleteObject(EmfRecord record)

Parameters

record EmfRecord

The record.

Properties

ObjectHandle

Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration.

public int ObjectHandle { get; set; }

Property Value

int