ComponentOne Reports for WPF
C1.C1Report Namespace / TiffFilter Class / TiffFilter Constructor / TiffFilter Constructor(Stream)
Output System.IO.Stream where the report will be rendered.

In This Topic
    TiffFilter Constructor(Stream)
    In This Topic
    Initializes a new instance of the TiffFilter class attached to a stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream _
    )
    public TiffFilter( 
       Stream stream
    )

    Parameters

    stream
    Output System.IO.Stream where the report will be rendered.
    See Also