←Select platform

Resources Property

Summary

Gets or sets the annotations resources used by all containers used with this automation manager.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Leadtools.Annotations.Core.AnnResources Resources {get; set;}
Public Property Resources As Leadtools.Annotations.Core.AnnResources
public Leadtools.Annotations.Core.AnnResources Resources {get; set;}
@property (nonatomic) LTAnnResources* resources;
public AnnResources getResources() 
public void setResources(AnnResources resources) 
get_Resources(); 
set_Resources(value); 
Object.defineProperty('Resources'); 

Property Value

The annotations resources used by all the containers used with this automation manager. The default value is null.

Remarks

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize