Enum EmfSetLayout.LayoutModeEnum
EmfSetLayout.LayoutModeEnum enumeration
A 32-bit unsigned integer that specifies the layout mode
public enum LayoutModeEnum
Values
Name | Value | Description |
---|---|---|
LAYOUT_LTR | 0 | Sets the default horizontal layout to be left-to-right. This is the default mode for English and European locales. |
LAYOUT_RTL | 1 | Sets the default horizontal layout to be right-to-left. This mode is required for some languages, including Arabic and Hebrew. |
LAYOUT_BITMAPORIENTATIONPRESERVED | 8 | Disables mirroring of bitmaps that are drawn by Bitmap Record Types (section 2.3.1), when the layout mode is right-to-left. |
See Also
- class EmfSetLayout
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging