CreateWatermarker
Leave feedback
On this page
Loads a content from the attached file.
public Watermarker CreateWatermarker()
The instance of appropriate descendant of Content class.
- class Watermarker
- class Attachment
- namespace GroupDocs.Watermark.Common
- assembly GroupDocs.Watermark
Loads a content from the attached file with the specified load options.
public Watermarker CreateWatermarker(LoadOptions loadOptions)
| Parameter | Type | Description |
|---|---|---|
| loadOptions | LoadOptions | Additional options to use when loading an attachment content. |
The instance of appropriate descendant of Content class.
- class Watermarker
- class LoadOptions
- class Attachment
- namespace GroupDocs.Watermark.Common
- assembly GroupDocs.Watermark
Loads a content from the attached file with the specified load options and settings.
public Watermarker CreateWatermarker(LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings)
| Parameter | Type | Description |
|---|---|---|
| loadOptions | LoadOptions | Additional options to use when loading an attachment content. |
| watermarkerSettings | WatermarkerSettings | Additional settings to use when working with loaded document. |
The instance of appropriate descendant of Content class.
- class Watermarker
- class LoadOptions
- class WatermarkerSettings
- class Attachment
- namespace GroupDocs.Watermark.Common
- 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.