WebAnnotationControllerLayers Property |
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public LayerCollection Layers { get; set; }
Public Property Layers As LayerCollection
Get
Set
Property Value
Type:
LayerCollectionThe LayerCollection used for this controller.
Remarks
Each AnnotationController must have its own LayerCollection. Setting the Layers
property of more than one AnnotationController to the same LayerCollection will have
unforeseen consequences.
See Also