[]
        
(Showing Draft Content)

C1.WPF.Grid.FlexGrid.Print

Print Method

Print(string)

Prints the grid.

Declaration
public void Print(string docName)
Parameters
Type Name Description
string docName

Name of the document to print.

Print(string, GridScaleMode, Thickness, int)

Prints the grid using a specified scale mode and margin.

Declaration
public void Print(string docName, GridScaleMode scaleMode, Thickness margin, int maxPages)
Parameters
Type Name Description
string docName

Name of the document to print.

GridScaleMode scaleMode

How to scale the document to fit the pages.

Thickness margin

Margin around the page in pixels.

int maxPages

The maximum number of pages to print.

Print(GridPrintParameters)

Prints the grid using the specified print parameters.

Declaration
public void Print(GridPrintParameters printParameters)
Parameters
Type Name Description
GridPrintParameters printParameters

The GridPrintParameters to use.