PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DocumentInfo Class / GetKeywordsAsText Method

In This Topic
    GetKeywordsAsText Method (DocumentInfo)
    In This Topic
    Returns the DocumentInfo.Keywords collection of the current object as a single space-delimited string.
    Syntax
    'Declaration
     
    Public Function GetKeywordsAsText() As String
    public string GetKeywordsAsText()
    See Also