public final class EmfSetLayout extends EmfStateRecordType
The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn.
| Modifier and Type | Class and Description |
|---|---|
static class |
EmfSetLayout.LayoutModeEnum
A 32-bit unsigned integer that specifies the layout mode
|
| Constructor and Description |
|---|
EmfSetLayout(EmfRecord source)
Initializes a new instance of the
EmfSetLayout class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getLayoutMode()
Gets or sets a 32-bit unsigned integer that specifies the layout mode
|
void |
setLayoutMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the layout mode
|
public EmfSetLayout(EmfRecord source)
Initializes a new instance of the EmfSetLayout class.
source - The source.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.