Table of Contents

Class EmfExtEscape

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

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

public sealed class EmfExtEscape : EmfEscapeRecordType
Inheritance
EmfExtEscape
Inherited Members

Constructors

EmfExtEscape(EmfRecord)

Initializes a new instance of the EmfExtEscape class.

public EmfExtEscape(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[]