IWatermarkedConvertOptions Interface |
Represents convert options that allow output of conversion to be watermarked
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic interface IWatermarkedConvertOptions : IConvertOptions
Public Interface IWatermarkedConvertOptions
Inherits IConvertOptions
public interface class IWatermarkedConvertOptions : IConvertOptions
type IWatermarkedConvertOptions =
interface
interface IConvertOptions
end
The IWatermarkedConvertOptions type exposes the following members.
Properties
| Name | Description |
---|
 | Format |
The desired file type the input document should be converted to.
(Inherited from IConvertOptions.) |
 | Watermark |
Watermark specific options
|
See Also