C#
VB
C++
(Read only) Gets an array of boolean values that indicate whether a frame is added to the average output image.
public bool[] FrameEnabled { get; }
Public ReadOnly Property FrameEnabled As Boolean()
public:
property array<bool>^ FrameEnabled {
array<bool>^ get();
}
An array of boolean values that represents which frames are included when averaging the image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET