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