Click or drag to resize
TextStringsEncodeFunction Method
Encodes an object, given a set of properties.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void EncodeFunction(
	InlineObjectProperties properties,
	TextRange range
)

Parameters

properties
Type: TextObjectModelInlineObjectProperties
The object properties.
range
Type: TextObjectModelTextRange
The specifying range that points at the desired formatting.
Exceptions
ExceptionCondition
ArgumentNullExceptionrange is null.
See Also