printMargin complex 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.

JSON representation

The following is a JSON representation of the resource.

{
  "top": 123456,
  "bottom": 123456,
  "right": 123456,
  "left": 123456
}