How to change the margins of whole page?
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHello,
Using the modifyPageLayout method you have these options:
* marginTop (int): measurement in twips (twentieths of a point)
* marginRight (int): measurement in twips (twentieths of a point)
* marginBottom (int): measurement in twips (twentieths of a point)
* marginLeft (int): measurement in twips (twentieths of a point)
* marginHeader (int): measurement in twips (twentieths of a point)
* marginFooter (int): measurement in twips (twentieths of a point)
Regards.