WpfAnnotationCanvas.Load Method (Byte[], IFormatter) |
Loads annotations from a byte array into the layer collection.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void Load(
byte[] data,
IFormatter formatter
)
Public Sub Load (
data As Byte(),
formatter As IFormatter
)
Parameters
- data
- Type:System.Byte[]
The byte array containing annotation data. - formatter
- Type: System.Runtime.Serialization.IFormatter
The formatter used to deserialize the data.
Exceptions
See Also