AnnotationControllerLoad Method |
Name | Description | |
---|---|---|
Load(Byte, AnnotationDataFormat) | Loads annotation data from a byte array and adds the annotations to the Layers collection. | |
Load(Byte, IFormatter) |
Loads annotation data from a byte array using the supplied formatter and adds
them to the Layers.
| |
Load(Stream, AnnotationDataFormat) | Loads annotation data from a stream and adds the annotations to the Layers collection. | |
Load(Stream, IFormatter) | Loads annotation data from a stream using the supplied formatter into the Layers collection. | |
Load(String, AnnotationDataFormat) | Loads annotation data from a file and adds the annotations to the Layers collection. | |
Load(String, IFormatter) | Loads annotation data from a file using the supplied formatter and adds the annotations to the Layers collection. | |
Load(Byte, LayerAnnotation, AnnotationDataFormat) | Loads annotation data from a byte array and adds the annotations to the specified layer. | |
Load(Byte, LayerAnnotation, IFormatter) | Loads annotation data into the specified layer using the provided formatter. | |
Load(Stream, LayerAnnotation, AnnotationDataFormat) | Loads annotation data from a stream and adds the annotations to the specified layer. | |
Load(Stream, LayerAnnotation, IFormatter) | Loads annotation data from a stream using the formatter and adds the annotations to the provided layer.
| |
Load(String, LayerAnnotation, AnnotationDataFormat) |
Loads annotation data from a file and adds the annotations to the specified
layer.
| |
Load(String, LayerAnnotation, IFormatter) | Loads annotation data from a file using the formatter and adds the annotations to the provided layer.
|