Get or set a value indicating whether the page should be printed in color.
true if the page should be printed in color; otherwise, false. The default
is determined by the printer.
Namespace: Spire.Pdf.PrintAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool Color { get; set; }
Public Property Color As Boolean Get Set
public: property bool Color { bool get (); void set (bool value); }
member Color : bool with get, set