Type de ressource printMargin
Espace de noms: microsoft.graph
Spécifie les largeurs de marge à utiliser lors de l’impression.
Propriétés
Propriété | Type | Description |
---|---|---|
fond | Int32 | Marge en millisecondes du bord inférieur. |
left | Int32 | Marge en millisecondes à partir du bord gauche. |
Droite | Int32 | Marge en millisecondes à partir du bord droit. |
top | Int32 | Marge en millisecondes du bord supérieur. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.printMargin",
"top": "Integer",
"bottom": "Integer",
"right": "Integer",
"left": "Integer"
}