GcGifReader Constructor(Stream,Boolean,Int32) | Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifReader Class / GcGifReader Constructor / GcGifReader Constructor(Stream,Boolean,Int32)
The input stream.
Indicates if the input stream should be closed when the GcGifReader is disposed.
Index of a frame to read. Pass -1 to get all frames.

In This Topic
GcGifReader Constructor(Stream,Boolean,Int32)
In This Topic
Initializes a new instance of GcGifReader class and assigns the input stream.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal ownStream As System.Boolean, _
   Optional ByVal frameIndex As System.Integer _
)
 

Parameters

stream
The input stream.
ownStream
Indicates if the input stream should be closed when the GcGifReader is disposed.
frameIndex
Index of a frame to read. Pass -1 to get all frames.
See Also