PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / Exporter Class / Export Method / Export(Stream) Method
Stream object to store results of export.

In This Topic
    Export(Stream) Method
    In This Topic
    Exports the object specified by the Document property on the current exporter to the specified System.IO.Stream.

    Note that some export formats do not support exporting to streams. Test the value returned by the ExportProvider.CanExportToStream property on ExportProvider prior to calling this method.

    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal stream As Stream _
    ) 
    public void Export( 
       Stream stream
    )

    Parameters

    stream
    Stream object to store results of export.
    See Also