Package | Description |
---|---|
com.itextpdf.dito.sdk.output.properties |
Modifier and Type | Field and Description |
---|---|
static PageSize |
PageSize.A0 |
static PageSize |
PageSize.A1 |
static PageSize |
PageSize.A10 |
static PageSize |
PageSize.A2 |
static PageSize |
PageSize.A3 |
static PageSize |
PageSize.A4 |
static PageSize |
PageSize.A5 |
static PageSize |
PageSize.A6 |
static PageSize |
PageSize.A7 |
static PageSize |
PageSize.A8 |
static PageSize |
PageSize.A9 |
static PageSize |
PageSize.B0 |
static PageSize |
PageSize.B1 |
static PageSize |
PageSize.B10 |
static PageSize |
PageSize.B2 |
static PageSize |
PageSize.B3 |
static PageSize |
PageSize.B4 |
static PageSize |
PageSize.B5 |
static PageSize |
PageSize.B6 |
static PageSize |
PageSize.B7 |
static PageSize |
PageSize.B8 |
static PageSize |
PageSize.B9 |
static PageSize |
PageSize.EXECUTIVE |
static PageSize |
PageSize.LEDGER |
static PageSize |
PageSize.LEGAL |
static PageSize |
PageSize.LETTER |
static PageSize |
PageSize.TABLOID |
Modifier and Type | Method and Description |
---|---|
PageSize |
PageProperties.getPageSize()
Gets the PageSize instance that describes the page size that will be used for production of output PDF document, or null if the page size specified in the template (possibly the default one) will be used
|
PageSize |
PageSize.rotate()
Rotates PageSize clockwise.
|
Modifier and Type | Method and Description |
---|---|
PageProperties |
PageProperties.setPageSize(PageSize pageSize)
Sets page size for the output PDF document.
|
Copyright © 2019. All rights reserved.