/// <summary> /// Draw CellLayout /// </summary> public void CellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) { position.DrawGradientBackground(canvases, GradientStartColor, GradientEndColor); }