We are using below code and getting exception -
foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true))
{
try
{
// Skip Shapes that are textboxes — th…...Getting exception "Floating shape not allowed inside textbox "...foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) {...