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)
Syntaxint AddWatermark(
	string title,
	string url,
	int width,
	int height
)
Function AddWatermark ( 
	title As String,
	url As String,
	width As Integer,
	height As Integer
) As Integer
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: 
Int32The ID of the added image
See Also