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