Picture color types.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PictureColor
Public Enumeration PictureColor
public enum class PictureColor
type PictureColor
Members
| Member | Value | Description |
|---|---|---|
| Automatic | 0 |
Picture automatic color.
|
| Grayscale | 1 |
Picture grayscale color.
|
| BlackAndWhite | 2 |
Picture black and white color.
|
| Washout | 3 |
Picture washout color.
|