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()
Public Sub UpdateTextMetrics
public:
virtual void UpdateTextMetrics() sealed
function UpdateTextMetrics();
See Also