C#
VB
C++
Gets information on an LTD file on disk.
public static LtdDocumentInfo GetLtdInfo(
string fileName
)
Public Shared Function GetLtdInfo(
ByVal fileName As String
) As LtdDocumentInfo
public:
static LtdDocumentInfo^ GetLtdInfo(
String^ fileName
)
fileName
Path to the LTD file on disk.
An LtdDocumentInfo object containing the information on the LTD file. Or null if the file does not contain LTD data.
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