An NDoc Documented Class Library

pdfPersistentPage.addText Method (String, Int32, Int32, predefinedFont, Int32)

Method that adds a text element to the page object

public void addText(
   string newText,
   int X,
   int Y,
   predefinedFont fontType,
   int fontSize
);

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

See Also

pdfPersistentPage Class | sharpPDF Namespace | pdfPersistentPage.addText Overload List