Accusoft.PrizmViewer10.AnnotationServer
SaveAnnotData Method (PersistentStore)






A string value which represents the annotation data to save to a persistent store.
Saves annotation data to a persistent store.
Syntax
'Declaration
 
Public Overridable Sub SaveAnnotData( _
   ByVal data As System.String _
) 
'Usage
 
Dim instance As PersistentStore
Dim data As System.String
 
instance.SaveAnnotData(data)
public virtual void SaveAnnotData( 
   System.string data
)
public procedure SaveAnnotData( 
    data: System.String
); virtual; 
public function SaveAnnotData( 
   data : System.String
);
public: virtual void SaveAnnotData( 
   System.string* data
) 
public:
virtual void SaveAnnotData( 
   System.String^ data
) 

Parameters

data
A string value which represents the annotation data to save to a persistent store.
See Also

Reference

PersistentStore Class
PersistentStore Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback