Uses of Enum
com.ironsoftware.ironpdf.image.ImageBehavior
Packages that use ImageBehavior
Package
Description
-
Uses of ImageBehavior in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type ImageBehaviorModifier and TypeMethodDescriptionstatic PdfDocumentPdfDocument.fromImage(List<Path> imagesPath, ImageBehavior imageBehavior) Converts a single image file to an identical PDF document of matching dimensions.static PdfDocumentPdfDocument.fromImage(List<Path> imagesPath, ImageBehavior imageBehavior, ChromePdfRenderOptions renderOptions) Converts a single image file to an identical PDF document of matching dimensions.static PdfDocumentPdfDocument.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 ImageBehaviorModifier and TypeMethodDescriptionstatic ImageBehaviorReturns 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. -
Uses of ImageBehavior in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type ImageBehaviorModifier and TypeMethodDescriptionstatic InternalPdfDocumentImage_Api.imageToPdf(List<byte[]> imagesBytes, ImageBehavior imageBehavior, ChromePdfRenderOptions renderOptions) Converts multiple image files to a PDF document.