←Select platform

Resources Property

Summary
Gets or sets the annotations resources used by all containers used with this automation manager.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnResources Resources { get; set; } 
@property (nonatomic, strong) LTAnnResources *resources; 
public AnnResources getResources() 
public void setResources(AnnResources resources) 
public:  
   property AnnResources^ Resources 
   { 
      AnnResources^ get() 
      void set(AnnResources^ value) 
   } 
Resources # get and set (AnnAutomationManager) 

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

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.