Click or drag to resize

ElementUpdateTextMetrics Method

Recompute the Character positioning information (i.e. CharIterator-s) and text length. Element objects caches text length and Character positioning information. If the user modifies the text data or graphics state the cached information is not correct. UpdateTextMetrics() can be used to recalculate the correct positioning and length information.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void UpdateTextMetrics()
See Also