I started using textControl recently. Am facing problem while creating text control object. No error or exception occurs, it just takes almost 40 to 50 seconds to execute TmpTextControl.Create() statement. kindly help.
Code:
TmpTextControl = New TXTextControl.ServerTextControl
TmpTextControl.Font = New System.Drawing.Font("Arial", 10.0!)
TmpTextControl.Create()