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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic double Transparency { get; set; }Public Property Transparency As Double
Get
Set
Property Value
Type:
Double
The transparency.
RemarksIf an annotation has a custom appearance stream, this value will have no affect in a compliant viewer.
See Also