IAnnotationDataProviderGetLayerData Method |
Returns a LayerData object for the specified frame index or null
(Nothing in VB) if there are no annotations.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax LayerData GetLayerData(
int frameIndex
)
Function GetLayerData (
frameIndex As Integer
) As LayerData
Parameters
- frameIndex
- Type: SystemInt32
The index of the layer to return.
Return Value
Type:
LayerData A LayerData for the image or null (Nothing in VB) if
there are no annotations.
See Also