Uses of Enum
com.ironsoftware.ironpdf.render.PaperSize
-
Uses of PaperSize in com.ironsoftware.ironpdf
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
ChromePdfRenderOptions.setPaperSize
(PaperSize value) Sets paper size.