Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

InputDocumentFileName Property






Path to the input file for the conversion. Either this or Document are used.
Syntax
public string InputDocumentFileName {get; set;}
'Declaration
 
Public Property InputDocumentFileName As String
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As String
 
instance.InputDocumentFileName = value
 
value = instance.InputDocumentFileName
public String getInputDocumentFileName()
public void setInputDocumentFileName(String value)
            
public:
property String^ InputDocumentFileName {
   String^ get();
   void set (    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

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features