Accusoft.NotateXpress13.Net
SaveUserData Property




Gets and sets if NotateXpress should write unknown attributes when saving XML.
Syntax
'Declaration
 
Public Property SaveUserData As Boolean
'Usage
 
Dim instance As SaveOptions
Dim value As Boolean
 
instance.SaveUserData = value
 
value = instance.SaveUserData
public bool SaveUserData {get; set;}
public: __property bool get_SaveUserData();
public: __property void set_SaveUserData( 
   bool value
);
public:
property bool SaveUserData {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to write unknown attributes when saving XML. Otherwise, false is returned.
See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback