iTextSharp.text.pdf.PdfPCell.HasFixedHeight C# (CSharp) Method

HasFixedHeight() public method

public HasFixedHeight ( ) : bool
return bool
        public bool HasFixedHeight()
        {
            return FixedHeight > 0;
        }