ImageGear for .NET
GetSerializationString Method
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTSecureObjectData Class : GetSerializationString Method




Glossary Item Box

Gets encoded string that has to be serialized.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Return Value

String value. If the return value is null or empty, it means there is nothing to serialize.

Remarks

The method is called in case of saving Secure object to Xml file. If you need to save data into Xml file, override this method in children classes. Use ImGearARTLoadEvents.CreatingMark, ImGearARTLoadEvents.CreatingGroup, and ImGearARTLoadEvents.CreatingPage events to load this string from Xml file.

See Also

©2013. Accusoft Corporation. All Rights Reserved.