| title | printDocument resource type |
|---|---|
| description | Represents a document being printed. |
| author | braedenp-msft |
| ms.localizationpriority | medium |
| ms.subservice | universal-print |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a document being printed.
| Method | Return Type | Description |
|---|---|---|
| Create upload session | uploadSession | Create an upload session to iteratively upload ranges of binary file of the printDocument. |
| Download binary file | Download Url | Download the binary file associated with the printDocument. |
| Property | Type | Description |
|---|---|---|
| id | String | The document's identifier. Read-only. |
| displayName | String | The document's name. Read-only. |
| contentType | String | The document's content (MIME) type. Read-only. |
| size | Int64 | The document's size in bytes. Read-only. |
None.
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"displayName": "String",
"contentType": "String",
"size": 12345
}