ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfDocumentInfo Class / Keywords Property

In This Topic
    Keywords Property (PdfDocumentInfo)
    In This Topic
    Gets or sets keywords (separated by comma) associated with the document.
    Syntax
    'Declaration
     
    
    Public Property Keywords As String
    public string Keywords {get; set;}
    See Also