←Select platform

AnnotationsUri Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public Uri AnnotationsUri { get; } 
public:  
   property System::Uri^ AnnotationsUri 
   { 
      System::Uri^ get() 
   } 
public URI getAnnotationsUri() 
AnnotationsUri # get  (DocumentAnnotations) 

Property Value

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

Remarks

AnnotationsUri is set by the LEADDocument 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.