Click or drag to resize
TextFontSetProperty Method
(TOM 2 only) Sets the value of the specified property.

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

Parameters

type
Type: SystemInt32
The ID of the property to set.
value
Type: SystemInt32
The new property value.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextFont2 interface.
See Also