WebThumbnailViewer.OpenFiles Method (String,String[]) |
Open a list of images in the virtual path provided. Each image is opened in a single thumbnail.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void OpenFiles(
string urlDirectoryPath,
string[] filesToOpen
)
Public Sub OpenFiles (
urlDirectoryPath As String,
filesToOpen As String()
)
Parameters
- urlDirectoryPath
- Type: System.String
The virtual path to the directory where the files are located. - filesToOpen
- Type:System.String[]
An array of file names (including extensions) to open.
Remarks Caution |
---|
WebThumbnailViewer control is available with .NET Framework 3.5 and 4.5.2 only. |
See Also