Table of Contents

Class EmfSetBkMode

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

The EMR_SETBKMODE record specifies the background mix mode of the playback device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines.

public sealed class EmfSetBkMode : EmfStateRecordType
Inheritance
EmfSetBkMode
Inherited Members

Constructors

EmfSetBkMode()

Initializes a new instance of the EmfSetBkMode class.

public EmfSetBkMode()

EmfSetBkMode(EmfRecord)

Initializes a new instance of the EmfSetBkMode class.

public EmfSetBkMode(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

BackgroundMode

Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration.

public EmfBackgroundMode BackgroundMode { get; set; }

Property Value

EmfBackgroundMode