I am using LayoutElementFactory.Instance.CreateRectangleParagraphGraphicElement() to create paragraph text in a layout. The method takes an Envelope argument for drawing the text within. Is there any way to determine whether the rendered text actually fit within the provided envelope?
