FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / DocumentInfo Class / Keywords Property

In This Topic
    Keywords Property (DocumentInfo)
    In This Topic
    Gets or sets the keywords for a document.
    Syntax
    'Declaration
     
    Public Property Keywords As String()
    public string[] Keywords {get; set;}
    See Also