'Declaration Public Overloads Sub Print( _ ByVal stream As System.IO.Stream, _ ByVal binaryFormat As System.Boolean _ )
public void Print( System.IO.Stream stream, System.bool binaryFormat )
Parameters
- stream
- The output stream.
- binaryFormat
- The format of the output file, true binary format should be used (C1DB) otherwise standard C1D format.