iSpring.Watermark Interface
The Watermark Interface provides facilities for adding custom watermarks to the generated Flash content
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
Alignment |
Read/Write |
WA_LEFT_TOP |
Alignment is used for adjusting of watermark position within the slide. |
|
|
ClickURL |
string |
Read/Write |
|
Web page address that will be opened on mouse click |
|
Enabled |
bool |
Read/Write |
false |
Indicate whether the watermark is enabled |
|
OffsetX |
int |
Read/Write |
0 |
Horizontal offset of the watermark |
|
OffsetY |
bool |
Read/Write |
0 |
Vertical offset of the watermark |
|
Path |
string |
Read/Write |
|
Path to bitmap or SWF file that will be used as watermark |
|
Target |
string |
Read/Write |
_self |
Browser target window where web page will be opened |
|
Transparency |
float |
Read/Write |
0.0 |
Specifies watermark transparency. Possible values are in range 0.0 – 1.0. Note: transparency = 0 indicates that watermark will be fully opaque, transparency = 1.0 indicates that watermark will be fully transparent |
See also