Click or drag to resize
TextFontGetPropertyInfo Method
(TOM 2 only) Gets the property type and value of the specified extra property.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void GetPropertyInfo(
	int index,
	out int type,
	out int value
)

Parameters

index
Type: SystemInt32
he collection index of the extra property.
type
Type: SystemInt32
The property ID.
value
Type: SystemInt32
The property value.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextFont2 interface.
See Also