Uses of Class
com.dynamicpdf.api.ImageResource
Packages that use ImageResource
-
Uses of ImageResource in com.dynamicpdf.api
Methods in com.dynamicpdf.api with parameters of type ImageResourceModifier and TypeMethodDescriptionPdf.addImage(ImageResource resource)
Returns anImageInput
object containing the input pdf.Constructors in com.dynamicpdf.api with parameters of type ImageResourceModifierConstructorDescriptionImageInfo(ImageResource resource)
Initializes a new instance of theImageInfo
class.ImageInput(ImageResource resource)
Initializes a new instance of theImageInput
class. -
Uses of ImageResource in com.dynamicpdf.api.elements
Constructors in com.dynamicpdf.api.elements with parameters of type ImageResourceModifierConstructorDescriptionImageElement(ImageResource resource, ElementPlacement placement)
Initializes a new instance of theImageElement
class.ImageElement(ImageResource resource, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theImageElement
class.