LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Transparency Property






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 double Transparency {get; set;}
 get_Transparency();
set_Transparency(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.