Table of Contents

Class EmfDrawEscape

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

The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the information will result in drawing being done.

public sealed class EmfDrawEscape : EmfEscapeRecordType
Inheritance
EmfDrawEscape
Inherited Members

Constructors

EmfDrawEscape(EmfRecord)

Initializes a new instance of the EmfDrawEscape class.

public EmfDrawEscape(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

CjIn

Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.

public int CjIn { get; set; }

Property Value

int

Data

Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.

public byte[] Data { get; set; }

Property Value

byte[]