Accusoft.PrizmViewer10.AnnotationServer
AnnotationsExisted Property






Gets an indicator whether annotations already exist.
Syntax
'Declaration
 
Public ReadOnly Property AnnotationsExisted As System.Boolean
'Usage
 
Dim instance As PersistentStore
Dim value As System.Boolean
 
value = instance.AnnotationsExisted
public System.bool AnnotationsExisted {get;}
public read-only property AnnotationsExisted: System.Boolean; 
public function get AnnotationsExisted : System.boolean
public: __property System.bool get_AnnotationsExisted();
public:
property System.bool AnnotationsExisted {
   System.bool get();
}

Property Value

A boolean value which is True if annotations already exist. Otherwise, False is returned.
Remarks
This value is needed to properly process the merge in the RequestHandler class.
See Also

Reference

PersistentStore Class
PersistentStore Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback