ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfLineNote Class / Opacity Property

In This Topic
    Opacity Property (PdfLineNote)
    In This Topic
    Gets or sets the opacity of the current note, in percent from 0 to 100. The default value is 100%.
    Syntax
    'Declaration
     
    
    Public Overrides Property Opacity As Single
    public override float Opacity {get; set;}
    See Also