Hello,
I’m trying to fit images to the width of a cell. Currently, I’m using the following code:
C#
foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true))
{
s.AspectRatioLocked = true;
s.Width = 100; // This …...scanlan October 22, 2025, 12:33pm 1 Hello, I’m trying...Professionalize.Discourse October 22, 2025, 12:34pm 2 @e.scanlan To fit...