public class ImageContentDescriptor extends ContentDescriptor<ImageContent>
| Constructor and Description |
|---|
ImageContentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
IContentDescriptor |
deepClone()
Creates a copy of this
IContentDescriptor |
void |
initFromStream(StreamContainer inputStream)
Initializes the current instance of
IContentDescriptor from specified stream. |
protected ImageContent |
performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
ImageContent with default parameters. |
canLoad, createInstance, getContentType, getFileType, getInfo, getStream, isEncrypted, setEncrypted, setFileTypepublic IContentDescriptor deepClone()
ContentDescriptor
Creates a copy of this IContentDescriptor
deepClone in interface IContentDescriptordeepClone in class ContentDescriptor<ImageContent>IContentDescriptorpublic void initFromStream(StreamContainer inputStream)
ContentDescriptor
Initializes the current instance of IContentDescriptor from specified stream.
initFromStream in interface IContentDescriptorinitFromStream in class ContentDescriptor<ImageContent>inputStream - Stream to initialize current instance from.protected ImageContent performCreateInstance(LoadOptions options, WatermarkerSettings watermarkerSettings)
Creates an instance of ImageContent with default parameters.
performCreateInstance in class ContentDescriptor<ImageContent>options - Additional options to use when loading a content.watermarkerSettings - The settings for customizing Watermarker behaviour.ImageContent instance.Copyright © 2026. All rights reserved.