←Select platform

OutputDocumentId Property

Summary

ID of the output document generated by this conversion job.

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

Property Value

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

Remarks

OutputDocumentId is an optional value and if the default value of null is used, then the framework will use a new GUID for the output document. The output document will be uploaded to the cache and its URL is stored in OutputDocumentUri when the job finishes.

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.