In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__ThumbnailEx / FileTypeNotSupported Method

FileTypeNotSupported Method

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(17)>

Sub FileTypeNotSupported( _

   ByVal FilePath As String, _

   ByRef CustomBitmapID As Integer, _

   ByRef ReleaseBitmap As Boolean _

) 
[DispId(17)]

void FileTypeNotSupported( 

   string FilePath,

   ref int CustomBitmapID,

   ref bool ReleaseBitmap

)
procedure FileTypeNotSupported( 

    FilePath: String;

   var  CustomBitmapID: Integer;

   var  ReleaseBitmap: Boolean

); 
DispIdAttribute(17)

function FileTypeNotSupported( 

   FilePath : String,

   CustomBitmapID : int,

   ReleaseBitmap : boolean

);
[DispId(17)]

void FileTypeNotSupported( 

   string* FilePath,

   ref int CustomBitmapID,

   ref bool ReleaseBitmap

) 
[DispId(17)]

void FileTypeNotSupported( 

   String^ FilePath,

   int% CustomBitmapID,

   bool% ReleaseBitmap

) 

Parameters

FilePath
CustomBitmapID
ReleaseBitmap
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__ThumbnailEx
__ThumbnailEx Members