IPicInfo_ Filename [Get]
In Class PicGIF 109 Private Property Get IPicInfo_Filename() As String
 110 ' Returns the filename used in the previous call to ReadFile
 111 
 112 IPicInfo_Filename = StoredFilename
 113 
 114 End Property
 115