aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

How to get CadText width? #352

Closed hardp1981 closed 5 months ago

hardp1981 commented 7 months ago

CadText childObjectText = (CadText)obj; var txtbound= obj.Bounds ; txtbound value is null. Please Help Me .

OleksiiGor commented 7 months ago

@hardp1981 Hi. Please try to call cadImage.GetBounds(); before using Bounds property.