Click or drag to resize

LayerDataSerializeCollection Property

Gets or sets a value indicating whether the AnnotationDataCollection is serialized along with the LayerData object.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool SerializeCollection { get; set; }

Property Value

Type: Boolean
A value indicating whether the AnnotationDataCollection should be serialized.
Remarks
This property can be used to prevent the entire collection of AnnotationData objects from being serialized when the GetObjectData(SerializationInfo, StreamingContext) method is called.
See Also