MultiframeImageContent
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart, com.groupdocs.watermark.contents.Content, com.groupdocs.watermark.contents.ImageContent
public abstract class MultiframeImageContent extends ImageContent
Represents a multiframe image where a watermark can be placed.
Methods
Method | Description |
---|---|
getFrames() | Gets the collection of all frames of the image. |
getDocumentInfo() |
getFrames()
public final ImageFrameCollection getFrames()
Gets the collection of all frames of the image.
Returns: ImageFrameCollection - The collection of image frames.
getDocumentInfo()
public IDocumentInfo getDocumentInfo()
Returns: IDocumentInfo