Click or drag to resize

AnnotationUICollection Constructor (Boolean)

Creates a new instance of AnnotationUICollection used for storage.

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 AnnotationUICollection(
	bool storage
)

Parameters

storage
Type: SystemBoolean
Indicates whether this collection is only used for storage.
Remarks
This overload is primarily for internal use but can be used to store annotations outside of a layer.
See Also