WpfAnnotationCanvas.Load Method (Byte[], AnnotationDataFormat) |
Loads annotations from a byte array with the specified data format.
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,
AnnotationDataFormat format
)
Public Sub Load (
data As Byte(),
format As AnnotationDataFormat
)
Parameters
- data
- Type:System.Byte[]
The byte array containing annotation data. - format
- Type: Atalasoft.Annotate.AnnotationDataFormat
The format of the annotation data.
Exceptions
See Also