AnnotationControllerLoad Method (Byte, AnnotationDataFormat) |
Loads annotation data from a byte array and adds the annotations to the
Layers collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Load(
byte[] annotationData,
AnnotationDataFormat format
)
Public Sub Load (
annotationData As Byte(),
format As AnnotationDataFormat
)
Parameters
- annotationData
- Type: SystemByte
A byte array containing the annotation data. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format of the annotation data.
Exceptions See Also