←Select platform

InputDocumentFileName Property

Summary

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

Syntax

C#
VB
Java
C++
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, if the value is null, then Document is used instead.

Remarks

InputDocumentFileName can be any single or multi-page 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly