'Declaration Public Overloads Sub Print( _ ByVal stream As System.IO.Stream _ )
public void Print( System.IO.Stream stream )
Parameters
- stream
- The output stream.
Note that unlike most other print/export methods, this method does not require C1.PrintDocument assemblies.
'Declaration Public Overloads Sub Print( _ ByVal stream As System.IO.Stream _ )
public void Print( System.IO.Stream stream )
The stream's Position is set to 0 when the method returns.
This method does not show progress dialog (ignoring ShowProgressForm property).