[]
A collection of custom document properties.
public class CustomPropertyCollection : DocumentPropertyCollection, IEnumerable<DocumentProperty>, IEnumerable
Public Class CustomPropertyCollection
Inherits DocumentPropertyCollection
Implements IEnumerable(Of DocumentProperty), IEnumerable
Name | Description |
---|---|
Add(string, bool) | Adds a document property of the Boolean data type into the collection. |
Add(string, DateTime) | Adds a document property of the DateTime data type into the collection. |
Add(string, double) | Adds a document property of the Double data type into the collection. |
Add(string, int) | Adds a document property of the Number data type into the collection. |
Add(string, string) | Adds a document property of the String data type into the collection. |
Clear() | Clears all properties from the collection. |
Remove(string) | Removes a document property with the specified name from the collection. |