Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DocumentInfo Class / Keywords Property

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