Accusoft.NotateXpress13.Net
LoadUserData Property




Gets and sets an indicator to attempt to read unknown attributes when loading XML.
Syntax
'Declaration
 
Public Property LoadUserData As Boolean
'Usage
 
Dim instance As LoadOptions
Dim value As Boolean
 
instance.LoadUserData = value
 
value = instance.LoadUserData
public bool LoadUserData {get; set;}
public: __property bool get_LoadUserData();
public: __property void set_LoadUserData( 
   bool value
);
public:
property bool LoadUserData {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to attempt to read unknown attributes when loading XML. Otherwise, false .
Remarks

The default value is true.

All unknown data will be put in the UserData fields depending on where the xml was found (page, layer, group, element)

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback