Interface
IGridPrintRenderer

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public interface IGridPrintRenderer

Properties

ViewDefinitionType

Gets the view definition type this print style is for.

Declaration

cs-api-definition
Type ViewDefinitionType { get; }

Property Value

Type

The type of the view definition.

Methods

DrawPage(PrintGridTraverser, Rectangle, Graphics, GridPrintSettings, int)

Renders a whole page using the settings provided.

Declaration

cs-api-definition
void DrawPage(PrintGridTraverser traverser, Rectangle drawArea, Graphics graphics, GridPrintSettings settings, int pageNumber)

Parameters

traverser

PrintGridTraverser

The traverser to iterate the grid with.

drawArea

Rectangle

The size of the drawable area.

graphics

Graphics

The graphics used for the drawing.

settings

GridPrintSettings

The print settings used for the drawring.

pageNumber

int

The number of the current page.

Reset()

Resets the print style for subsequent use.

Declaration

cs-api-definition
void Reset()