←Select platform

UploadDocumentUri Property

Summary

The URI of the uploaded document.

Syntax
C#
VB
C++
public Uri UploadDocumentUri { get; } 
Public ReadOnly Property UploadDocumentUri() As Uri 
   Get 
public:  
   property Uri^ UploadDocumentUri 
   { 
      Uri^ get() 
   } 

Property Value

The URI of the uploaded document.

Remarks

UploadDocumentUri will contain the URI of the final uploaded document if the job data was instructed to automatically upload the document when finished. Refer to DocumentConverterJobData.UploadDocumentOptions for more information and an example.

Example

For an example, refer to DocumentConverterJobData.UploadDocumentOptions.

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