IDBConfigWriterAddWatermark Method |
Adds a new watermark to the site.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint AddWatermark(
string watermarkName,
string path,
int width,
int height
)
Function AddWatermark (
watermarkName As String,
path As String,
width As Integer,
height As Integer
) As Integer
Parameters
- watermarkName
- Type: SystemString
Icon Name - path
- Type: SystemString
Path to icon - width
- Type: SystemInt32
Icon Width - height
- Type: SystemInt32
Icon Height
Return Value
Type:
Int32Number of rows affected.
See Also