←Select platform

InputDocumentFileName Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public string InputDocumentFileName { get; set; } 
public:  
   property String^ InputDocumentFileName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getInputDocumentFileName() 
public void setInputDocumentFileName(String value) 
InputDocumentFileName # get and set (DocumentConverterJobData) 

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.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly

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