BlackWhiteMode Enumeration
|
Indicates how colored shape should be transformed into black and white.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum BlackWhiteMode
Public Enumeration BlackWhiteMode
public enum class BlackWhiteMode
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Color
|
0
|
|
|
|
Auto
|
1
|
|
|
|
Gray
|
2
|
|
|
|
LightGray
|
3
|
|
|
|
InverseGray
|
4
|
|
|
|
GrayWhite
|
5
|
|
|
|
BlackGray
|
6
|
|
|
|
BlackWhite
|
7
|
|
|
|
Black
|
8
|
|
|
|
White
|
9
|
|
|
|
Hidden
|
10
|
|
See Also