[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcGifWriter.-ctor

GcGifWriter Constructor

GcGifWriter(string)

Initializes a new instance of GcGifWriter class and sets the output file.

Declaration
public GcGifWriter(string filePath)
Parameters
Type Name Description
string filePath

Full path to the output file.

GcGifWriter(Stream, bool)

Initializes a new instance of GcGifWriter class and sets the output stream.

Declaration
public GcGifWriter(Stream stream, bool ownStream = false)
Parameters
Type Name Description
Stream stream

The output stream.

bool ownStream

Indicates whether the output stream should be disposed together with GcGifWriter.