←Select platform

OutputDocumentUri Property

Summary

URL to the output document in the cache.

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

Property Value

The URL to the output document in the cache. The default value is null.

Remarks

This value will be set by the runner when the job finishes and can be used to retrieve the output document from the cache.

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.