Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffWriter Class / GcWicTiffWriter Constructor / GcWicTiffWriter Constructor(Stream,Boolean,ImagingFactory)
The output stream.
Indicates whether the output stream should be disposed together with GcWicTiffWriter.
The existing imaging factory, to avoid duplicating factories.

In This Topic
    GcWicTiffWriter Constructor(Stream,Boolean,ImagingFactory)
    In This Topic
    Initializes a new instance of GcWicTiffWriter class and sets the output stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal ownStream As System.Boolean, _
       Optional ByVal imagingFactory As ImagingFactory _
    )
    public GcWicTiffWriter( 
       System.IO.Stream stream,
       System.bool ownStream,
       ImagingFactory imagingFactory
    )

    Parameters

    stream
    The output stream.
    ownStream
    Indicates whether the output stream should be disposed together with GcWicTiffWriter.
    imagingFactory
    The existing imaging factory, to avoid duplicating factories.
    See Also