C# Class PdfRpt.Core.Contracts.LastRenderedRowData

A class to hold last result of the actual rendering engine of iTextSharp during its processes. For instance defining a header is not equal to adding its content to the page. Only after its addition/rendering we can find its actual height.
Mostra file Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
LastRenderedRowData ( ) : System.Collections.Generic

ctor.

Method Details

LastRenderedRowData() public method

ctor.
public LastRenderedRowData ( ) : System.Collections.Generic
return System.Collections.Generic