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.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.printSettings",
  "documentConversionEnabled": "Boolean"
}