Hello,
I am using Aspose.CAD .net api to create dwg and insert mText acc. to Work with Text|CAD Documentation
here is my code
[HttpPost("createDwgByAspose2")]
public async void CreateDwgByAspose2Async…... to Work with text|CAD Documentation here is my...mText = new CadMText(); mText.Text = "Watermark message"; mText...