How to set the left indentation of a paragragh in DocIO?
To set the left indentation of a paragraph, the LeftIndent property is used.
C#
paragraph.ParagraphFormat.LeftIndent = 75f;
VB
paragraph.ParagraphFormat.LeftIndent = 75f
Sample:
http://help.syncfusion.com/support/samples/kb/DocIO.Web/6.1.0.34/Kb_LeftIndent/Hanging.zip