Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifWriter Class / GcGifWriter Constructor / GcGifWriter Constructor(Stream,Boolean)
The output stream.
Indicates whether the output stream should be disposed together with GcGifWriter.

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

    Parameters

    stream
    The output stream.
    ownStream
    Indicates whether the output stream should be disposed together with GcGifWriter.
    See Also