Uses of Enum
com.ironsoftware.ironpdf.render.PaperSize
Packages that use PaperSize
-
Uses of PaperSize in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type PaperSizeModifier and TypeMethodDescriptionstatic PdfDocumentPdfDocument.fromImage(List<Path> imagesPath, ImageBehavior imageBehavior, PaperSize paperSize) Converts a single image file to an identical PDF document of matching dimensions.static PdfDocumentConverts 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 PaperSizeModifier and TypeMethodDescriptionChromePdfRenderOptions.getPaperSize()Gets paper size.static PaperSizeReturns 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 PaperSizeModifier and TypeMethodDescriptionvoidChromePdfRenderOptions.setPaperSize(PaperSize value) Sets paper size.