←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 doubleValue 
); 
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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.