PrintSettings.getBool

Returns the boolean represented by the value that is associated with key.

The string “true” represents true, any other string false.

class PrintSettings
bool
getBool
(
string key
)

Parameters

key string

a key

Return Value

Type: bool

true, if key maps to a true value.