'Declaration
Public Function New( _ ByVal stream As Stream, _ ByVal frameIndex As Integer _ )
'Usage
Dim stream As Stream Dim frameIndex As Integer Dim instance As New PdfGifImage(stream, frameIndex)
public PdfGifImage( Stream stream, int frameIndex )
public: PdfGifImage( Stream^ stream, int frameIndex )
Parameters
- stream
- GIF stream.
- frameIndex
- GIF frame to use for creating the image.