[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.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, ScaleMode, Thickness, int)

Prints the grid using a specified oscale mode and margin.

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

Name of the document to print.

ScaleMode 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(PrintParameters)

Prints the grid using the specified print parameters.

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

The PrintParameters to use.