| BCSWatermarkTransparency Property | 
            Gets or sets the transparency level of the watermark.
            
 
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.01.0)
 Syntax
Syntaxpublic int Transparency { get; set; }Public Property Transparency As Integer
	Get
	Set
public:
property int Transparency {
	int get ();
	void set (int value);
}member Transparency : int with get, set
Property Value
Type: 
Int32 Remarks
Remarks
            The property enables you to specify a level of transparency for the watermark. 
            When this property is set to a value more than 0 percent, the entire watermark 
            is made more transparent. 
            Setting this property to a value of 100 percent makes the watermark completely invisible. 
            
 See Also
See Also