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)
Syntaxpublic virtual int AddWatermark(
string title,
string url,
int width,
int height
)
Public Overridable 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
Implements
IDBConfigReaderAddWatermark(String, String, Int32, Int32)IDBConfigWriterAddWatermark(String, String, Int32, Int32)
See Also