printMargin 资源类型

命名空间:microsoft.graph

指定打印时使用的边距宽度。

属性

属性 类型 Description
top Int32 上边缘的边距(以边距表示)。
bottom Int32 下边缘的边距(以最低值表示)。
right Int32 距右边缘的边距(以百分之二十表示)。
左边 Int32 距左边缘的边距(以百分之二十表示)。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.printMargin",
  "top": "Integer",
  "bottom": "Integer",
  "right": "Integer",
  "left": "Integer"
}