[]
        
(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)
Public Sub New(filePath As String)
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)
Public Sub New(stream As Stream, Optional ownStream As Boolean = False)
Parameters
Type Name Description
Stream stream

The output stream.

bool ownStream

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