_propDict)) { return $this->_propDict["documentConversionEnabled"]; } else { return null; } } /** * Sets the documentConversionEnabled * Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. * * @param bool $val The value of the documentConversionEnabled * * @return PrintSettings */ public function setDocumentConversionEnabled($val) { $this->_propDict["documentConversionEnabled"] = $val; return $this; } }