(Leadtools.Annotations.Automation)

LabelTemplate Property

Show in webframe




Gets or sets the template used when creating labels for this AnnAutomationObject
Syntax
public virtual string LabelTemplate {get; set;}
public virtual string LabelTemplate {get; set;}
@property (nonatomic,copy) NSString* labelTemplate;
public String getLabelTemplate()
public void setLabelTemplate(String value)
            
 
get_LabelTemplate();
set_LabelTemplate(value);
Object.defineProperty('LabelTemplate');

Property Value

The template used when creating labels for this AnnAutomationObject. Default value is null (no label is created).
Remarks

When the automation object creates new object from this template. It can use the values of NextNumber and LabelTemplate to automatically create a label and set its value for the new object.

If the value of LabelTemplate is null (The default value), then the automation object will not try to create a new label as follows:

Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.