How can I set cell width and height in itextsharp pdf cell ceration using c#. I just use
cell.width = 200f;
But it should display the error
cell.width = 200f; you have to put capital W on width correct is cell.Width = 200f;
cell.Width = 200f;