DocumentProperties Class
Contains a collection of built-in and custom document properties.
- Inheritance:
- System.ObjectDocumentProperties
Properties
BuiltIn
Gets a collection of built-in document properties.
public IDictionary<BuiltInDocumentProperties, string> BuiltIn { get; }
Public ReadOnly Property BuiltIn As IDictionary(Of BuiltInDocumentProperties, String)
Property Value
- System.Collections.Generic.IDictionary<BuiltInDocumentProperties, System.String>
ContentType
Gets a read-only collection of custom content type properties.
public IList<ContentTypeProperty> ContentType { get; }
Public ReadOnly Property ContentType As IList(Of ContentTypeProperty)
Property Value
- System.Collections.Generic.IList<ContentTypeProperty>
Custom
Gets a collection of custom document properties.
public IDictionary<string, object> Custom { get; }
Public ReadOnly Property Custom As IDictionary(Of String, Object)
Property Value
- System.Collections.Generic.IDictionary<System.String, System.Object>
Methods
ToString()
Returns a System.String that represents the current DocumentProperties.
Returns
- System.String
A System.String that represents the current DocumentProperties.
Overrides
System.Object.ToString()