Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobData Structure : InputDocumentFileName Property |
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)
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.
For an example, refer to RunJob and RunJobAsync.