Class EmfSetLayout

Class EmfSetLayout

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn.

public sealed class EmfSetLayout : EmfStateRecordType

Inheritance

objectMetaObjectEmfRecordEmfStateRecordTypeEmfSetLayout

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfSetLayout(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetLayout class.

public EmfSetLayout(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

LayoutMode

Gets or sets a 32-bit unsigned integer that specifies the layout mode

public EmfSetLayout.LayoutModeEnum LayoutMode { get; set; }

Property Value

EmfSetLayout.LayoutModeEnum