LoadImageIntoThumbnail

#include "BIThumbnail.h"

void LoadImageIntoThumbnail(LPTSTR fileName, int idx = 0)

Description

This function starts loading specified image files into a thumbnail. If a file is a multipage type then idx sets which page is to be loaded to thumbnail.

Parameters

LPTSTR

path

String that define path of file.

int

idx

Index of page in a multipage file.

Additional Information

This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.

Requirements

Header :     Declared in BiThumbnail.h; include BiThumbnail.h

Library :    Use BiThumbnail.lib

DLLs :       BiThumbnail.dll