GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / ThumbnailEx.FileTypeNotSupportedEventHandler Delegate





In This Topic
ThumbnailEx.FileTypeNotSupportedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")>
Public Delegate Sub ThumbnailEx.FileTypeNotSupportedEventHandler( _
   ByVal FilePath As String, _
   ByRef CustomBitmapID As Integer, _
   ByRef ReleaseBitmap As Boolean _
) 
[Guid("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")]
public delegate void ThumbnailEx.FileTypeNotSupportedEventHandler( 
   string FilePath,
   ref int CustomBitmapID,
   ref bool ReleaseBitmap
)
public delegate ThumbnailEx.FileTypeNotSupportedEventHandler( 
    FilePath: String;
   var  CustomBitmapID: Integer;
   var  ReleaseBitmap: Boolean
);
GuidAttribute("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")
public delegate ThumbnailEx.FileTypeNotSupportedEventHandler( 
   FilePath : String,
   CustomBitmapID : int,
   ReleaseBitmap : boolean
)
[Guid("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")]
public: __gc __delegate void ThumbnailEx.FileTypeNotSupportedEventHandler( 
   string* FilePath,
   ref int CustomBitmapID,
   ref bool ReleaseBitmap
)
[Guid("D48E3ADF-7C99-325D-A791-1B6C6B7BF59F")]
public delegate void ThumbnailEx.FileTypeNotSupportedEventHandler( 
   String^ FilePath,
   int% CustomBitmapID,
   bool% ReleaseBitmap
)

Parameters

FilePath
CustomBitmapID
ReleaseBitmap
See Also

Reference

ThumbnailEx.FileTypeNotSupportedEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace