Namespace Syncfusion.Pdf.Grid
Classes
| GridCellLayoutEventArgs
Represents the abstract class of the GridCellLayoutEventArgs. |
| PdfGrid
Represents a flexible grid that consists of columns and rows. |
| PdfGridBeginCellLayoutEventArgs
Represents arguments of StartCellLayout Event. |
| PdfGridBeginPageLayoutEventArgs
Arguments of BeginPageLayoutEvent. |
| PdfGridBuiltinStyleSettings
Represents the grid built-in style settings. |
| PdfGridCell
Represents the schema of a cell in a PdfGrid. |
| PdfGridCellCollection
Provides access to an ordered, strongly typed collection of PdfGridCell objects. |
| PdfGridCellStyle
Provides customization of the appearance for the PdfGridCell |
| PdfGridColumn
Represents the schema of a column in a PdfGrid. |
| PdfGridColumnCollection
Provides access to an ordered, strongly typed collection of PdfGridColumn objects. |
| PdfGridEndCellLayoutEventArgs
Represents arguments of EndCellLayout Event. |
| PdfGridEndPageLayoutEventArgs
Arguments of EndPageLayoutEvent. |
| PdfGridHeaderCollection
Provides customization of the settings for the header. |
| PdfGridLayoutFormat
Provides parameters definition for PdfGrid layout. |
| PdfGridLayoutResult
Represents the results of the PdfGrid including bounds and resultant page. |
| PdfGridRow
Provides customization of the settings for the particular row. |
| PdfGridRowCollection
Provides access to an ordered, strongly typed collection of PdfGridRow objects. |
| PdfGridRowStyle
Provides customization of the appearance for the PdfGridRow |
| PdfGridStyle
Provides customization of the appearance for the PdfGrid. |
| PdfGridStyleBase
Base class for the grid style |
Enums
| PdfHorizontalOverflowType
Describe the possible values of PdfHorizontalOverflowType. If a grid is drawn which doesn't fits within a single page, it will be splited to several pages. |
Delegates
| PdfGridBeginCellLayoutEventHandler
Delegate for handling StartCellLayoutEvent. |
| PdfGridEndCellLayoutEventHandler
Delegate for handling EndCellLayoutEvent. |