Exemple #1
0
 private void AddParagraph(PdfCopy.PageStamp pageStamp,
     string text, float x, float y, int alignElement, float rotation)
 {
     ColumnText.ShowTextAligned(pageStamp.GetOverContent(), alignElement,
         new Phrase(text), x, y, rotation);
 }