←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.