Click or drag to resize

IDBConfigReaderAddWatermark Method

Method to add watermark to the database.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int AddWatermark(
	string title,
	string url,
	int width,
	int height
)

Parameters

title
Type: SystemString
Watermark title (for display in admin system).
url
Type: SystemString
Watermark URL
width
Type: SystemInt32
Image Width
height
Type: SystemInt32
Image Height

Return Value

Type: Int32
The ID of the added image
See Also