ImageFrame
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart
public class ImageFrame extends ContentPart
Represents an image frame where a watermark can be placed.
| Method | Description |
|---|---|
| getHeight() | Gets the height of this [ImageFrame](../../com.groupdocs.watermark.contents/imageframe) in pixels. |
| getWidth() | Gets the width of this [ImageFrame](../../com.groupdocs.watermark.contents/imageframe) in pixels. |
| getAsposeImageContainer() |
public final int getHeight()
Gets the height of this [ImageFrame](../../com.groupdocs.watermark.contents/imageframe) in pixels.
Returns:
int - The height of this [ImageFrame](../../com.groupdocs.watermark.contents/imageframe) in pixels.
public final int getWidth()
Gets the width of this [ImageFrame](../../com.groupdocs.watermark.contents/imageframe) in pixels.
Returns:
int - The width of this [ImageFrame](../../com.groupdocs.watermark.contents/imageframe) in pixels.
public final AsposeImageContainer getAsposeImageContainer()
Returns: AsposeImageContainer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.