An NDoc Documented Class Library

pdfPersistentPage.addParagraph Method (String, Int32, Int32, predefinedFont, Int32, Int32, Int32, predefinedColor)

Method that adds a paragraph to the page object [DEPRECATED]

public void addParagraph(
   string newText,
   int x,
   int y,
   predefinedFont fontType,
   int fontSize,
   int parWidth,
   int lineHeight,
   predefinedColor fontColor
);

Parameters

newText
Text
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
parWidth
Paragraph's width
lineHeight
Line's height
fontColor
Font's color

See Also

pdfPersistentPage Class | sharpPDF Namespace | pdfPersistentPage.addParagraph Overload List