Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFAnnotation Class : Transparency Property |
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 getTransparency() public void setTransparency(double transparency)
A value of 0 means that the annotation is fully transparent, 1 means that the annotation is fully opaque
For an example, refer to PDFAnnotation