C#
VB
C++
Specifies whether a file is a valid JPx file.
public bool IsValidJPxFile(
string fileName
)
Public Function IsValidJPxFile( _
ByVal fileName As String _
) As Boolean
public:
bool IsValidJPxFile(
String^ fileName
)
fileName
A System.String containing the name of the file.
true if the file has a valid JPx signature; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET