Click or drag to resize
TextFontCount Property
(TOM 2 only) Gets the count of extra properties in this character formatting collection.

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

Property Value

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