Answered
Insert Image in TextFlow Error
Hi,
I'm trying to insert an Inline Image but I always get this error:
Property float value [object SelectionState] is out of range
the code I'm using is this:
IEditManager( editorModel.textFlow.interactionManager ).insertInlineGraphic(imgSrc, imgW, imgH, selectionState);
Any help will be appreciated.
