AD
Administrator
Syncfusion Team
March 23, 2007 11:32 AM UTC
Hi Jay,
Sets up a Setup tab stops in a document can be done by using the code snippet below
//Tab setting
paragraph.ParagraphFormat.Tabs.AddTab(100.0f,Syncfusion.DLS.TabJustification.Left,Syncfusion.DLS.TabLeader.NoLeader);
The measurement scale for the documents is defined in terms of points.
Herewith I have attached a sample for your reference
http://websamples.syncfusion.com//samples/DocIO.Windows/F58301//main.htm
Please let me know if you have any other queries.
Thanks for your interest in Syncfusion products.
Best Regards,
Bhuvaneswari