PageMarginsAttributes: {
    type: "both" | "even" | "odd" | null;
}

Type declaration

  • type: "both" | "even" | "odd" | null

    Specifies whether the margins apply to even pages, odd pages, or both. This attribute is not needed when used as part of a <print> element. The value is both if omitted when used in the <defaults> element.

Generated using TypeDoc