Uses of Class
com.ironsoftware.ironpdf.render.PaperSize
-
Packages that use PaperSize Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.render -
-
Uses of PaperSize in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type PaperSize Modifier and Type Method Description static PdfDocumentPdfDocument. fromImage(List<Path> imagesPath, ImageBehavior imageBehavior, PaperSize paperSize)Converts a single image file to an identical PDF document of matching dimensions.static PdfDocumentPdfDocument. fromImage(List<Path> imagesPath, PaperSize paperSize)Converts a single image file to an identical PDF document of matching dimensions. -
Uses of PaperSize in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return PaperSize Modifier and Type Method Description PaperSizeChromePdfRenderOptions. getPaperSize()Gets paper size.static PaperSizePaperSize. valueOf(String name)Returns the enum constant of this type with the specified name.static PaperSize[]PaperSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ironsoftware.ironpdf.render with parameters of type PaperSize Modifier and Type Method Description voidChromePdfRenderOptions. setPaperSize(PaperSize value)Sets paper size.
-