This document is archived and information here might be outdated. Recommended version. |
Indicates if the foreground and background colors are swapped on 1 Bit Images Only.
[Visual Basic .NET]
Public Property SwapForeGroundBackGroundColor As Boolean
[C#]
public bool SwapForeGroundBackGroundColor {get; set;}
[C++]
HRESULT get_SwapForeGroundBackGroundColor(
Boolean* swap
);
[C++]
HRESULT put_SwapForeGroundBackGroundColor(
VARIANT_BOOL swap
);
[C++] Parameters swap [out, retval]
swap is a parameter of type bool* swap [in]
swap is a parameter of type bool
Boolean indicator to switch the foreground color with the background color of a 1-bit bitmap image.
SwapForeGroundBackGroundColor is only supported by 1-bit bitmap files. Emf files and color bitmap images are excluded.