public class PresentationWatermarkableImage extends WatermarkableImage
Represents an image inside a PowerPoint document.
Constructor and Description |
---|
PresentationWatermarkableImage(byte[] imageData)
Initializes a new instance of the
PresentationWatermarkableImage
class using specified image data. |
add, getBytes, getHeight, getWidth
findImages, findImages, search, search
public PresentationWatermarkableImage(byte[] imageData)
Initializes a new instance of the PresentationWatermarkableImage
class using specified image data.
imageData
- The array of unsigned bytes from which to create the
PresentationWatermarkableImage
.Copyright © 2020. All rights reserved.