Initializes a new instance of the
ImageWatermark
class from an image file.
Namespace: Bytescout.Watermarking
Assembly: Bytescout.Watermarking (in
Bytescout.Watermarking.dll)
Syntax
| Visual Basic (Declaration) |
Public Sub New ( _
imageFile As String _
)
|
| C# |
public ImageWatermark(
string imageFile
)
|
| Visual C++ |
public:
ImageWatermark(
String^ imageFile
)
|
| JavaScript |
Bytescout.Watermarking.ImageWatermark = function(imageFile);
|
Parameters
- imageFile
- Type: System..::.String
The filename of an image that will be applied as a watermark.
See Also