Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Settings Class / CustomProperties Property

In This Topic
    CustomProperties Property
    In This Topic
    Returns a collection that represents all the custom document properties of the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As CustomPropertyCollection
    public CustomPropertyCollection CustomProperties {get;}
    See Also