CreateWatermarker
Contents
[
Hide
]
CreateWatermarker()
Loads a content from the attached file.
public Watermarker CreateWatermarker()
Return Value
The instance of appropriate descendant of Content class.
See Also
- class Watermarker
- class Attachment
- namespace GroupDocs.Watermark.Common
- assembly GroupDocs.Watermark
CreateWatermarker(LoadOptions)
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. |
Return Value
The instance of appropriate descendant of Content class.
See Also
- class Watermarker
- class LoadOptions
- class Attachment
- namespace GroupDocs.Watermark.Common
- assembly GroupDocs.Watermark
CreateWatermarker(LoadOptions, WatermarkerSettings)
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. |
Return Value
The instance of appropriate descendant of Content class.
See Also
- class Watermarker
- class LoadOptions
- class WatermarkerSettings
- class Attachment
- namespace GroupDocs.Watermark.Common
- assembly GroupDocs.Watermark