Enum EmfSetLayout.LayoutModeEnum
Enum EmfSetLayout.LayoutModeEnum
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
A 32-bit unsigned integer that specifies the layout mode
public enum EmfSetLayout.LayoutModeEnum
Fields
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.
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.