Click or drag to resize
TextDocumentSupportedVersion Property
Gets a value indicating which version of the Text Object Model (TOM) is supported by the current document.

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

Property Value

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