←Select platform

AnnotationsUri Property

Summary

Location of the external annotation file used when this document was loaded.

Syntax

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

Property Value

The location of the external annotation file used when this document was loaded.

Remarks

AnnotationsUri is set by the Document object when the document was loaded. It will hold the same value passed to LoadDocumentOptions.AnnotationsUri passed to DocumentFactory.LoadFromFile, DocumentFactory.LoadFromUri, DocumentFactory.LoadFromUriAsync or DocumentFactory.LoadFromStream.

GetAnnotations or DocumentPage.GetAnnotations is used to get the annotations for a page from the original source.

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