FileSystemImageSourceAllowFile Method |
Called to determine whether a file is allowed.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected 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:
Boolean
Remarks By default, all files are allowed. Set the
FileFilter property or
override this method to control which files to allow.
See Also