An NDoc Documented Class Library

pdfPage.addParagraph Method (IEnumerable, Int32, Int32, predefinedFont, Int32)

Method that adds a paragraph to the page object

public void addParagraph(
   IEnumerable newText,
   int x,
   int y,
   predefinedFont fontType,
   int fontSize
);

Parameters

newText
Interface IEnumerable that contains paragraphLine objects
x
X position of the text in the page
y
Y position of the text in the page
fontType
Font's type
fontSize
Font's size

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.addParagraph Overload List