An NDoc Documented Class Library

pdfPage.addText Method (String, Int32, Int32, predefinedFont, Int32, predefinedColor)

Method that adds a text element to the page object [DEPRECATED]

public void addText(
   string newText,
   int X,
   int Y,
   predefinedFont fontType,
   int fontSize,
   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
fontColor
Font's color

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.addText Overload List