Package | Description |
---|---|
com.ironsoftware.ironpdf | |
com.ironsoftware.ironpdf.internal.staticapi | |
com.ironsoftware.ironpdf.page |
Modifier and Type | Method and Description |
---|---|
void |
PdfDocument.rotateAllPages(PageRotation rotation)
Rotates all pages of the PdfDocument by a specified number of degrees.
|
void |
PdfDocument.rotatePage(PageRotation pageRotation,
PageSelection pageSelection)
Rotates a selection page of the PdfDocument by a specified number of degrees.
|
Modifier and Type | Method and Description |
---|---|
static void |
Page_Api.setPageRotation(InternalPdfDocument internalPdfDocument,
PageRotation pageRotation)
Rotates all page of the PdfDocument by a specified number of degrees.
|
static void |
Page_Api.setPageRotation(InternalPdfDocument internalPdfDocument,
PageRotation pageRotation,
Iterable<Integer> pageIndexes)
Rotates pages of the PdfDocument by a specified number of degrees.
|
Modifier and Type | Method and Description |
---|---|
PageRotation |
PageInfo.getPageRotation()
Gets page rotation.
|
static PageRotation |
PageRotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageRotation[] |
PageRotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PageInfo(double width,
double height,
double printWidth,
double printHeight,
PageRotation pageRotation)
Instantiates a new Page info.
|
Copyright © 2022–2023 Iron Software. All rights reserved.