MultiframeImageContent
Leave feedback
On this page
Represents a multiframe image where a watermark can be placed.
public abstract class MultiframeImageContent : ImageContent
| Name | Description |
|---|---|
| Frames { get; } | Gets the collection of all frames of the image. |
| virtual Height { get; } | Gets the height of this ImageContent in pixels. |
| virtual Width { get; } | Gets the width of this ImageContent in pixels. |
| Name | Description |
|---|---|
| Dispose() | Disposes the current instance. |
| FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects. |
| FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
| Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects. |
| Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
- class ImageContent
- namespace GroupDocs.Watermark.Contents.Image
- assembly GroupDocs.Watermark
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.