PrintSettings.getBool

Returns the boolean represented by the value that is associated with key. The string "true" represents TRUE, any other string FALSE. Since 2.10

class PrintSettings
int
getBool
(
string key
)

Parameters

key string

a key

Return Value

Type: int

TRUE, if key maps to a true value.

Meta