Uses of Class
com.ironsoftware.ironpdf.image.DrawImageOptions
-
Packages that use DrawImageOptions Package Description com.ironsoftware.ironpdf -
-
Uses of DrawImageOptions in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type DrawImageOptions Modifier and Type Method Description void
PdfDocument. drawImage(byte[] imageBytes, DrawImageOptions option)
Draws an image onto the PDF documentvoid
PdfDocument. drawImage(Path imagePath, DrawImageOptions option)
Draws an image onto the PDF document
-