[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DocumentPropertyCollection

DocumentPropertyCollection Class

Inheritance
DocumentPropertyCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class DocumentPropertyCollection : IEnumerable<DocumentProperty>, IEnumerable
Public Class DocumentPropertyCollection
    Implements IEnumerable(Of DocumentProperty), IEnumerable

Properties

Name Description
Count

Returns the number of properties in the collection.

this[string]

Gets a document property by the case-insensitive name.

Methods

Name Description
Contains(string)

Gets whether a property with specified name exists in the document.

TryGetValue(string, out DocumentProperty)

Gets a document property by the case-insensitive name.