Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / Keywords Property

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