←Select platform

Transparency Property

Summary

Transparency for this annotation.

Syntax
C#
VB
C++
Java
public double Transparency { get; set; } 
Public Property Transparency As Double 
public double getTransparency() 
public void setTransparency(double transparency) 
public: 
property double Transparency { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly