←Select platform

Opacity Property

Summary

Gets or sets a value indicating the opacity value to use when drawing the Bates stamp logo.

Syntax

C#
VB
Java
WinRT C#
C++
public double Opacity { get; set; } 
Public Property Opacity As Double 
public double Opacity {get; set;} 
public double getOpacity() 
public void setOpacity(double opacity) 
             
 <br/>get_Opacity();<br/>set_Opacity(value);<br/>Object.defineProperty('Opacity');  
public:  
   property double Opacity 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

A value indicating the opacity value to use when drawing the Bates stamp logo. A value of 1 means opaque and a value of 0 means transparent. Allowable values are between 0 and 1 inclusive. The default value is 1.

Remarks

This value is used by the rendering engine to set the global opacity. Opacity is used to render all components of this logo including text and picture.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly