Gets or sets the annotations resources used by all the containers used with this automation manager.
Object.defineProperty(AnnAutomationManager.prototype, 'resources',
get: function(),
set: function(value)
)
resources: AnnResources;
The annotations resources used by all the containers used with this automation manager. The default value is null.
The annotations resources are images and rubber stamps used through the toolkit. Typically, you create one global AnnResources object and assign it to Resources to be used by all the containers and rendering engine in this automation manager.
AnnAutomationManager will automatically update the value of RenderingEngine.Resources when a new value is set.
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