Searched refs:shouldPrintBackgroundObj (Results 1 – 1 of 1) sorted by relevance
419 napi_value shouldPrintBackgroundObj = nullptr; in ParsePDFConfigArgs() local421 napi_get_named_property(env, preArgs, "shouldPrintBackground", &shouldPrintBackgroundObj); in ParsePDFConfigArgs()422 NapiParseUtils::ParseBoolean(env, shouldPrintBackgroundObj, shouldPrintBackground); in ParsePDFConfigArgs()