Click or drag to resize

WpfAnnotationCanvasLoad Method

Overload List
  NameDescription
Public methodLoad(Byte, AnnotationDataFormat)
Loads annotations from a byte array with the specified data format.
Public methodLoad(Byte, IFormatter)
Loads annotations from a byte array into the layer collection.
Public methodLoad(Stream, AnnotationDataFormat)
Loads annotations from a stream with the specified data format.
Public methodLoad(Stream, IFormatter)
Loads annotations from a stream into the layer collection.
Public methodLoad(String, AnnotationDataFormat)
Loads annotations from a file with the specified data format.
Public methodLoad(String, IFormatter)
Loads annotations from a file into the layers collection.
Public methodLoad(Byte, WpfLayerAnnotation, IFormatter)
Loads annotations from a byte array into the provided layer.
Public methodLoad(Stream, WpfLayerAnnotation, IFormatter)
Loads annotations from a stream into the provided layer.
Public methodLoad(String, WpfLayerAnnotation, IFormatter)
Loads annotations from a file into the provided layer.
Top
See Also