←Select platform

InputDocumentFileName Property

Summary

Path to the input file for the conversion. Either this or Document are used.

Syntax
C#
VB
C++
Java
public string InputDocumentFileName { get; set; } 
Public Property InputDocumentFileName() As String 
   Get 
   Set 
public:  
   property String^ InputDocumentFileName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getInputDocumentFileName() 
public void setInputDocumentFileName(String value) 

Property Value

The path to the input file for the conversion. If this value is not null, then it will be used as the input document for the conversion. The default value is null.

Remarks

One input must be specified for the conversion to be successful: One of InputDocumentFileName, Document or DocumentId must not be null.

InputDocumentFileName can be any single or multipage file formats supported by LEADTOOLS. If the value is not null, then it must point to an existing file on disk with read-access.

Example

For an example, refer to RunJob and RunJobAsync.

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.Converter Assembly

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