AnnotationDataRequestedEventArgsLayers Property |
Gets or sets the root layerdata array of annotation data for this request. Returns
null by default. If this property is left null, the handler will attempt to load
the layer data from the file path represented in the FilePath property. Setting
this property will override the default automatic loading by file path.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public LayerData[] Layers { get; set; }
Public Property Layers As LayerData()
Get
Set
Property Value
Type:
LayerDataSee Also