Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Specifies the margin widths to use when printing.
Properties
| Property | Type | Description |
|---|---|---|
| bottom | Int32 | The margin in microns from the bottom edge. |
| left | Int32 | The margin in microns from the left edge. |
| right | Int32 | The margin in microns from the right edge. |
| top | Int32 | The margin in microns from the top edge. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.printMargin",
"top": "Integer",
"bottom": "Integer",
"right": "Integer",
"left": "Integer"
}