ImageFrame
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart
public class ImageFrame extends ContentPart
Represents an image frame where a watermark can be placed.
Methods
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() |
getHeight()
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.
getWidth()
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.
getAsposeImageContainer()
public final AsposeImageContainer getAsposeImageContainer()
Returns: AsposeImageContainer