ImageGear for .NET
DirectoryAppend Method
See Also  Send Feedback
ImageGear21.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : DirectoryAppend Method




directory
Can either be specified as a DOS file path (e.g., with a drive-letter), or as a Windows file path (e.g., a UNC file path like "\\server\sharename\directory").
filters
A standard Windows file-filter string: "*.*" means all files, "*.bmp" means all BMP files, "*.JPG;*.BMP" means all BMP and JPG files.

Glossary Item Box

Creates a series of thumbnail items.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

directory
Can either be specified as a DOS file path (e.g., with a drive-letter), or as a Windows file path (e.g., a UNC file path like "\\server\sharename\directory").
filters
A standard Windows file-filter string: "*.*" means all files, "*.bmp" means all BMP files, "*.JPG;*.BMP" means all BMP and JPG files.

Remarks

This method creates a series of thumbnail items (either one per file, or one per page per file), by scanning through the specified directory and selecting all of the files matching the Filters parameter.

See Also

©2013. Accusoft Corporation. All Rights Reserved.