PDFSetHAlign/PDFSetVAlign

Set the horizontal text alignment based on the current position. The following options are available:

  • Left
  • Center
  • Right
  • Justified
PDFSetHAlign(string newHorizontalAlignment);

Example:
PDFSetHAlign('Right');

Set the vertical text alignment based on the current position. The following options are available:

  • Top
  • Bottom
  • Middle
PDFSetVAlign(string newVerticalAlignment);

Example:
PDFSetHAlign('Bottom');