←Select platform

GetLtdInfo Method

Summary

Gets information on an LTD file on disk.

Syntax
C#
VB
C++
public static LtdDocumentInfo GetLtdInfo( 
   string fileName 
) 
Public Shared Function GetLtdInfo( 
   ByVal fileName As String 
) As LtdDocumentInfo 
public:  
   static LtdDocumentInfo^ GetLtdInfo( 
      String^ fileName 
   ) 

Parameters

fileName

Path to the LTD file on disk.

Return Value

An LtdDocumentInfo object containing the information on the LTD file. Or null if the file does not contain LTD data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly