public class PdfWatermarkableImage extends WatermarkableImage
Represents an image inside a Pdf document.
| Constructor and Description |
|---|
PdfWatermarkableImage(byte[] imageData)
Initializes a new instance of the
class using specified image data. |
| Modifier and Type | Method and Description |
|---|---|
static PdfWatermarkableImage |
fetchOrCreate(com.aspose.pdf.XImageCollection imageCollection,
String nameInCollection,
PdfContent content) |
add, getBytes, getHeight, getWidth, updateDocumentReferenceaddWatermark, afterWatermarkAdding, checkWatermarkingLicenseRestrictions, findImages, findImages, getParts, getSearchWatermarksInParts, getStrategyManager, getTopParent, search, search, setParts, tryGetWatermarkerSettingspublic PdfWatermarkableImage(byte[] imageData)
PdfWatermarkableImage class using specified image data.imageData - The array of unsigned bytes from which to create the PdfWatermarkableImage.public static PdfWatermarkableImage fetchOrCreate(com.aspose.pdf.XImageCollection imageCollection, String nameInCollection, PdfContent content)
Copyright © 2026. All rights reserved.