iTextSharp.text.pdf.PdfPCell.PdfPCell C# (CSharp) Метод

PdfPCell() публичный Метод

public PdfPCell ( System.Image image ) : System
image System.Image
Результат System
        public PdfPCell(Image image)
            : this(image, false)
        {
        }

Same methods

PdfPCell::PdfPCell ( ) : System
PdfPCell::PdfPCell ( System.Image image, bool fit ) : System
PdfPCell::PdfPCell ( PdfPCell cell ) : System
PdfPCell::PdfPCell ( PdfPTable table ) : System
PdfPCell::PdfPCell ( PdfPTable table, PdfPCell style ) : System
PdfPCell::PdfPCell ( Phrase phrase ) : System