Click or drag to resize

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)
Syntax
int AddWatermark(
	string watermarkName,
	string path,
	int width,
	int height
)

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: Int32
Number of rows affected.
See Also