public class PdfContentDescriptor extends ContentDescriptor<PdfContent>
| Constructor and Description |
|---|
PdfContentDescriptor() |
| 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 PdfContent |
performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
PdfContent 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<PdfContent>IContentDescriptorpublic void initFromStream(StreamContainer inputStream)
ContentDescriptor
Initializes the current instance of IContentDescriptor from specified stream.
initFromStream in interface IContentDescriptorinitFromStream in class ContentDescriptor<PdfContent>inputStream - Stream to initialize current instance from.protected PdfContent performCreateInstance(LoadOptions options, WatermarkerSettings watermarkerSettings)
Creates an instance of PdfContent with default parameters.
performCreateInstance in class ContentDescriptor<PdfContent>options - Additional options to use when loading a content.watermarkerSettings - The settings for customizing Watermarker behaviour.PdfContent instance.Copyright © 2026. All rights reserved.