←Select platform

OutputDocumentName Property

Summary

Name of the output document generated by this conversion job.

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

Property Value

The name of the output document generated by this conversion job. The default value is null

Remarks

OutputDocumentName is optional and if not specified, the framework will use the same name as the input document. This value will be set in the LEADDocument.Name property of the output document.

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