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 PdfDocument
PdfDocument.fromImage
(List<Path> imagesPath, ImageBehavior imageBehavior, PaperSize paperSize) Converts a single image file to an identical PDF document of matching dimensions.static PdfDocument
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 PaperSizeModifier and TypeMethodDescriptionChromePdfRenderOptions.getPaperSize()
Gets paper size.static PaperSize
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 PaperSizeModifier and TypeMethodDescriptionvoid
ChromePdfRenderOptions.setPaperSize
(PaperSize value) Sets paper size.