Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : Resources Property |
public AnnResources Resources {get; set;}
'Declaration
Public Property Resources As AnnResources
public AnnResources Resources {get; set;}
@property (nonatomic) LTAnnResources* resources;
public AnnResources getResources() public void setResources(AnnResources resources)
<br/>get_Resources();<br/>set_Resources(value);<br/>Object.defineProperty('Resources');
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.