WebThumbnailViewerOpenUrl Method (String, String) |
Opens up images matching the search patterns in a directory given its URL path. If the directory has
multiple images, each one will loaded as an individual 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)
Syntax public void OpenUrl(
string urlDirectoryPath,
params string[] searchPatterns
)
Public Sub OpenUrl (
urlDirectoryPath As String,
ParamArray searchPatterns As String()
)
Parameters
- urlDirectoryPath
- Type: SystemString
The URL path to the directory. - searchPatterns
- Type: SystemString
Search patterns using * and ? to match files. The images found is the union of all
files matched by the patterns.
Remarks Caution |
---|
WebThumbnailViewer control is available with .NET Framework 3.5 and 4.5.2 only. |
See Also