Represents the load and save options event data for annotation codecs .
public class AnnSerializeObjectEventArgs : EventArgs
Public Class AnnSerializeObjectEventArgs
Inherits System.EventArgs
public sealed class AnnSerializeObjectEventArgs : System.EventArgs
@interface LTAnnSerializeObjectEventArgs : LTAnnEventArgs
public class AnnSerializeObjectEvent extends LeadEvent
function Leadtools.Annotations.Core.AnnSerializeObjectEventArgs()
public:
ref class AnnSerializeObjectEventArgs : EventArgs
AnnSerializeObjectEventArgs is the data type for the following events:
AnnSerializeOptions.SerializeObject: Used during saving of an annotation file. Allows you to monitor the annotation objects being saved.
AnnDeserializeOptions.DeserializeObject: Used during loading of an annotation file. Allows you to monitor the annotation objects being loaded.
AnnDeserializeOptions.DeserializeObjectError: Used during loading of an annotation file when error occurs.
For an example, refer to AnnSerializeOptions and AnnDeserializeOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET