AnnotationControllerSave Method (IFormatter) |
Saves the annotations to a byte array using the specified formatter.
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 byte[] Save(
IFormatter formatter
)
Public Function Save (
formatter As IFormatter
) As Byte()
Parameters
- formatter
- Type: System.Runtime.SerializationIFormatter
The formatter used to serialize the annotation data.
Return Value
Type:
Byte A byte array containing the serialized data.
See Also