printSettings resource type
Namespace: microsoft.graph
Represents tenant-wide settings for the Universal Print service.
Properties
Property | Type | Description |
---|---|---|
documentConversionEnabled | Boolean | 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.printSettings",
"documentConversionEnabled": "Boolean"
}