Is there a quick and simple way to center align objects within the Document object? Without performing any calculation logic, ie. Get width of page, get width
the equivalent replacement for iTextSharp :
paragraph.Alignment = Element.ALIGN_CENTER;
or try this way
paragraph.IndentationRight = 100; paragraph.IndentationLeft = 100;