LEADTOOLS PDF (Leadtools.Pdf assembly)

Transparency Property

Show in webframe





Gets or sets transparency for this annotation.
Syntax
public double Transparency {get; set;}
'Declaration
 
Public Property Transparency As Double
'Usage
 
Dim instance As PDFAnnotation
Dim value As Double
 
instance.Transparency = value
 
value = instance.Transparency

            

            
public:
property double Transparency {
   double get();
   void set (    double value);
}

Property Value

A System.Double that specifies the transparency of this annotation. The default value is 1.
Remarks

A value of 0 means that the annotation is fully transparent, 1 means that the annotation is fully opaque

Example

For an example, refer to PDFAnnotation

Requirements

Target Platforms

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.