Uses of Class
com.ironsoftware.ironpdf.page.PageRotation
-
Packages that use PageRotation Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.internal.staticapi com.ironsoftware.ironpdf.page -
-
Uses of PageRotation in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type PageRotation Modifier and Type Method Description voidPdfDocument. rotateAllPages(PageRotation rotation)Rotates all pages of the PdfDocument by a specified number of degrees.voidPdfDocument. rotatePage(PageRotation pageRotation, PageSelection pageSelection)Rotates a selection page of the PdfDocument by a specified number of degrees. -
Uses of PageRotation in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type PageRotation Modifier and Type Method Description static voidPage_Api. setPageRotation(InternalPdfDocument internalPdfDocument, PageRotation pageRotation)Rotates all page of the PdfDocument by a specified number of degrees.static voidPage_Api. setPageRotation(InternalPdfDocument internalPdfDocument, PageRotation pageRotation, List<Integer> pageIndexes)Rotates pages of the PdfDocument by a specified number of degrees. -
Uses of PageRotation in com.ironsoftware.ironpdf.page
Methods in com.ironsoftware.ironpdf.page that return PageRotation Modifier and Type Method Description PageRotationPageInfo. getPageRotation()Gets page rotation.static PageRotationPageRotation. 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.Constructors in com.ironsoftware.ironpdf.page with parameters of type PageRotation Constructor Description PageInfo(int pageIndex, double width, double height, double printWidth, double printHeight, PageRotation pageRotation)Instantiates a new Page info.
-