EmfSetLayout.LayoutModeEnum

EmfSetLayout.LayoutModeEnum enumeration

A 32-bit unsigned integer that specifies the layout mode

public enum LayoutModeEnum

Values

NameValueDescription
LAYOUT_LTR0Sets the default horizontal layout to be left-to-right. This is the default mode for English and European locales.
LAYOUT_RTL1Sets the default horizontal layout to be right-to-left. This mode is required for some languages, including Arabic and Hebrew.
LAYOUT_BITMAPORIENTATIONPRESERVED8Disables mirroring of bitmaps that are drawn by Bitmap Record Types (section 2.3.1), when the layout mode is right-to-left.

See Also