BaseMarkupAnnotationTransparency Property |
Gets or sets the transparency of the annotation. 1.0 means fully transparent and 0.0 means fully opaque. Default is 0.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public double Transparency { get; set; }
Public Property Transparency As Double
Get
Set
Property Value
Type:
Double
The transparency.
Remarks If an annotation has a custom appearance stream, this value will have no affect in a compliant viewer.
See Also