Uses of Class
org.sejda.sambox.pdmodel.graphics.image.PDInlineImage
Packages that use PDInlineImage
-
Uses of PDInlineImage in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type PDInlineImageModifier and TypeMethodDescriptionvoidPDPageContentStream.drawImage(PDInlineImage inlineImage, float x, float y) Draw an inline image at the x,y coordinates, with the default size of the image.voidPDPageContentStream.drawImage(PDInlineImage inlineImage, float x, float y, float width, float height) Draw an inline image at the x,y coordinates and a certain width and height.