Table of contents

Need better scanning performance?

Get a FREE customized reading template.

FileFilter

Parameter FileFilter specifies a file name filter string, which determines which files are fetched.

JSON Structure

Location in template:

ImageSourceOptions
    └── FileFilter

Parent object: ImageSource object

Example:

{
    "FileFilter": "*.JPG"
}

Parameter Details

FileFilter Parameter Details
Description
A file name filter string
Type
String
Value range
One of the files extension name. For example: “*.BMP;*.JPG;*.GIF”, or “*.*”, etc.
Default Value
””

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: