Click or drag to resize
TextFontSpaceExtension Property
(TOM 2 only) Gets or sets the East Asian space extension value.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Nullable<float> SpaceExtension { get; set; }

Property Value

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