ImageWatermark Constructor (String) |
Initializes a new instance of the
ImageWatermark class with a specified file path.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic ImageWatermark(
string filePath
)
Public Sub New (
filePath As String
)
public:
ImageWatermark(
String^ filePath
)
new :
filePath : string -> ImageWatermark
Parameters
- filePath
- Type: SystemString
The path to the image that will be used as watermark.
See Also