| Visual Basic (Declaration) | |
|---|---|
Public Property GrayOutput As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool GrayOutput {get; set;} | |
Return Value
true to force the output TIFF file to be saved as grayscale, without a palette; otherwise false.Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code