Click or drag to resize
TextDocumentProperties Property
Provides access to the properties of the document.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public DocumentProperties Properties { get; }

Property Value

Type: DocumentProperties
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
See Also