Loads overlay planes from DICOM metadata of the specified page, taking into account useLegacyMarks
flag.
Syntax
Parameters
- source
- Page from which to load overlay planes.
- useLegacyMarks
- Specifies whether to create overlays using legacy ImageGear.ART.ImGearARTImageEmb or new ImageGear.ART.ImGearARTImage mark. As far as in ImageGear for Silverlight ImageGear.ART.ImGearARTImageEmb mark is not available, this parameter in case of Silverlight framework must be false, otherwise ImageGear.Core.ImGearException will be thrown, indicating wrong usage.
Return Value
New
ImageGear.ART.ImGearARTPage class with annotations loaded from overlay data.
See Also