printMargin resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Specifies the margin widths to use when printing.
Properties
Property | Type | Description |
---|---|---|
top | Int32 | The margin in microns from the top edge. |
bottom | Int32 | The margin in microns from the bottom edge. |
right | Int32 | The margin in microns from the right edge. |
left | Int32 | The margin in microns from the left edge. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"top": 123456,
"bottom": 123456,
"right": 123456,
"left": 123456
}