The IsValidJPxFile Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- fileName
- A System.String containing the name of the file.
| Visual Basic (Declaration) | |
|---|---|
Public Function IsValidJPxFile( _ ByVal fileName As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JPxBoxParser Dim fileName As String Dim value As Boolean value = instance.IsValidJPxFile(fileName) | |
Parameters
- fileName
- A System.String containing the name of the file.
Return Value
true if the file has a valid JPx signature; otherwise, false.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code