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…...Text = "Watermark message"; mText.InitialTextHeight...CadMText(); mText.Text = "Watermark message"; mText.InitialTextHeight...