Class WmfSetLayout
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_SETLAYOUT record defines the layout orientation in the playback device context. The layout orientation determines the direction in which text and graphics are drawn
public class WmfSetLayout : WmfObject
- Inheritance
-
WmfSetLayout
- Inherited Members
Constructors
WmfSetLayout()
public WmfSetLayout()
Properties
LayoutMode
Gets or sets the LayoutMode.
public EmfSetLayout.LayoutModeEnum LayoutMode { get; set; }
Property Value
- EmfSetLayout.LayoutModeEnum
The layout of text and graphics. This MUST be one of the values in the Layout Enumeration (section 2.1.1.13).