Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ArrayConverter))]
[BrowsableAttribute(true)]
public string[] Keywords { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ArrayConverter))> _
<BrowsableAttribute(True)> _
Public Property Keywords As String()

See Also