Package | Description |
---|---|
com.aspose.pdf.printing |
The
com.aspose.pdf.printing package provides classes which are used for configuring the printing
process. |
Modifier and Type | Method and Description |
---|---|
PrinterMargins |
PrinterMargins.deepClone()
Retrieves a duplicate of this object, member by member.
|
PrinterMargins |
PrintPageSettings.getMargins()
Gets the margins for this page.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PrinterMargins.op_Equality(PrinterMargins m1,
PrinterMargins m2)
Compares two Margins to determine if they have the same dimensions.
|
static boolean |
PrinterMargins.op_Inequality(PrinterMargins m1,
PrinterMargins m2)
Compares two Margins to determine whether they are of unequal width.
|
void |
PrintPageSettings.setMargins(PrinterMargins value)
Sets the margins for this page.
|
Copyright © 2021 Aspose. All Rights Reserved.