PdfGridCellContent public class PdfGridCellContent Documentation public PdfBrush Brush { get; set; } public PdfFontBase Font { get; set; } public PdfImage Image { get; set; } public bool ImageNewline { get; set; } public SizeF ImageSize { get; set; } public PdfStringFormat StringFormat { get; set; } public string Text { get; set; } public PdfGridCellContent()