Shovan Saha

Shovan Saha

  • NA
  • 321
  • 86.8k

Please check my code

Aug 4 2017 1:48 PM
Dear All, I want to subtract (minus) A from B in iTextSharp and the result will C as:
 C = A - B;
Here is my code:
PdfPCell NoOfRemittance220 = new PdfPCell(new Phrase(lblCount.ToString() - countTotal.ToString()));
How it is possible, please help me. 
 
 

Answers (2)