Accusoft.PrizmViewer10.AnnotationServer
OpenEdit Property






Gets and sets an indicator whether the persistent store is able to be edited.
Syntax
'Declaration
 
Public Property OpenEdit As System.Boolean
'Usage
 
Dim instance As PersistentStore
Dim value As System.Boolean
 
instance.OpenEdit = value
 
value = instance.OpenEdit
public System.bool OpenEdit {get; set;}
public read-write property OpenEdit: System.Boolean; 
public function get,set OpenEdit : System.boolean
public: __property System.bool get_OpenEdit();
public: __property void set_OpenEdit( 
   System.bool value
);
public:
property System.bool OpenEdit {
   System.bool get();
   void set (    System.bool value);
}

Property Value

A boolean value which is True if edit is enabled. Otherwise, False is used.
See Also

Reference

PersistentStore Class
PersistentStore Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback