Gets or sets the annotations resources used by all containers used with this automation manager.
public AnnResources Resources { get; set; }
Public Property Resources As AnnResources
@property (nonatomic) LTAnnResources* resources;
public AnnResources getResources()
public void setResources(AnnResources resources)
public:
property AnnResources^ Resources
{
AnnResources^ get()
void set(AnnResources^ value)
}
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 of the containers and the rendering engine in this automation manager.
AnnAutomationManager will automatically update the value of RenderingEngine.Resources when a new value is set.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document