WpfAnnotationCanvasLoad Method |
Name | Description | |
---|---|---|
Load(Byte, AnnotationDataFormat) |
Loads annotations from a byte array with the specified data format.
| |
Load(Byte, IFormatter) |
Loads annotations from a byte array into the layer collection.
| |
Load(Stream, AnnotationDataFormat) |
Loads annotations from a stream with the specified data format.
| |
Load(Stream, IFormatter) |
Loads annotations from a stream into the layer collection.
| |
Load(String, AnnotationDataFormat) |
Loads annotations from a file with the specified data format.
| |
Load(String, IFormatter) |
Loads annotations from a file into the layers collection.
| |
Load(Byte, WpfLayerAnnotation, IFormatter) |
Loads annotations from a byte array into the provided layer.
| |
Load(Stream, WpfLayerAnnotation, IFormatter) |
Loads annotations from a stream into the provided layer.
| |
Load(String, WpfLayerAnnotation, IFormatter) |
Loads annotations from a file into the provided layer.
|