Click or drag to resize

WangFormatterWriteUnsupportedObject Method

Called when an unsupported object needs to be serialized.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void WriteUnsupportedObject(
	Stream stream,
	Object graph
)

Parameters

stream
Type: System.IOStream
The stream where annotation data will be stored.
graph
Type: SystemObject
The object to serialize.
Remarks

The WangFormatter will only attempt to serialize the following objects:

  • LayerCollection
  • LayerAnnotation
  • LayerData
  • AnnotationDataCollection
  • AnnotationUI
  • AnnotationData
See Also