FileSystemImageSourceAllowFile Method |
Called to determine whether a file is allowed.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual bool AllowFile(
string path,
int frameIndex,
int frameCount
)
Protected Overridable Function AllowFile (
path As String,
frameIndex As Integer,
frameCount As Integer
) As Boolean
Parameters
- path
- Type: SystemString
The filename of the file. - frameIndex
- Type: SystemInt32
The index of the frame. - frameCount
- Type: SystemInt32
The number of frames to allow.
Return Value
Type:
BooleanRemarks By default, all files are allowed. Set the
FileFilter property or
override this method to control which files to allow.
See Also