Click or drag to resize

WangFormatterWriteUnsupportedAnnotation Method

Called when an AnnotationData object being serialized does not implement the IWangCompatible interface.

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 WriteUnsupportedAnnotation(
	Stream stream,
	AnnotationData annotation,
	string group,
	int index
)

Parameters

stream
Type: System.IOStream
The stream where annotation data will be stored.
annotation
Type: Atalasoft.AnnotateAnnotationData
The AnnotationData object to serialize.
group
Type: SystemString
The group name for this annotation. This is saved as the OiGroup marker.
index
Type: SystemInt32
The index for this annotation. This is saved as the OiIndex marker.
See Also