ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / BlackoutWords Property

In This Topic
    BlackoutWords Property (C1PdfViewer)
    In This Topic
    Gets or sets specific text as black out.
    Syntax
    'Declaration
     
    
    Public Property BlackoutWords As String()
    public string[] BlackoutWords {get; set;}
    See Also