Click or drag to resize

DBConfigurationBaseAddWatermark 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
public virtual 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

Implements

IDBConfigReaderAddWatermark(String, String, Int32, Int32)
IDBConfigWriterAddWatermark(String, String, Int32, Int32)
See Also