←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 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.