C1.Win.List Namespace / PrintInfo Class / PrintToStream Method

In This Topic
PrintToStream Method (PrintInfo)
In This Topic
Saves the current grid to a memory stream in C1D (native C1PrintDocument) format.

The stream's Position is set to 0 when the method returns.

Syntax
'Declaration
 
Public Function PrintToStream() As Stream
 

Return Value

The stream containing the saved grid.
See Also