←Select platform

InputDocumentId Property

Summary

ID of the input document to convert.

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

Property Value

The ID of the input document to convert. The default value is null.

Remarks

This value must be set to the ID of a valid document in the cache. This is the input document to be converted with this job.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly