←Select platform

Uri Property

Summary

The location of the document loaded.

Syntax

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

Property Value

The location of the document loaded. This is the uri value passed to LoadFromUriAsync.

Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly