Click or drag to resize

AnnotationController.Load Method

Use these methods to load annotation data into the controller.
Overload List
  NameDescription
Public methodLoad(Byte[], AnnotationDataFormat)
Loads annotation data from a byte array and adds the annotations to the Layers collection.
Public methodLoad(Byte[], IFormatter)
Loads annotation data from a byte array using the supplied formatter and adds them to the Layers.
Public methodLoad(Stream, AnnotationDataFormat)
Loads annotation data from a stream and adds the annotations to the Layers collection.
Public methodLoad(Stream, IFormatter)
Loads annotation data from a stream using the supplied formatter into the Layers collection.
Public methodLoad(String, AnnotationDataFormat)
Loads annotation data from a file and adds the annotations to the Layers collection.
Public methodLoad(String, IFormatter)
Loads annotation data from a file using the supplied formatter and adds the annotations to the Layers collection.
Public methodLoad(Byte[], LayerAnnotation, AnnotationDataFormat)
Loads annotation data from a byte array and adds the annotations to the specified layer.
Public methodLoad(Byte[], LayerAnnotation, IFormatter)
Loads annotation data into the specified layer using the provided formatter.
Public methodLoad(Stream, LayerAnnotation, AnnotationDataFormat)
Loads annotation data from a stream and adds the annotations to the specified layer.
Public methodLoad(Stream, LayerAnnotation, IFormatter)
Loads annotation data from a stream using the formatter and adds the annotations to the provided layer.
Public methodLoad(String, LayerAnnotation, AnnotationDataFormat)
Loads annotation data from a file and adds the annotations to the specified layer.
Public methodLoad(String, LayerAnnotation, IFormatter)
Loads annotation data from a file using the formatter and adds the annotations to the provided layer.
Top
See Also