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 : CurrentRubberStampType Property |
public AnnRubberStampType CurrentRubberStampType {get; set;}
'Declaration
Public Property CurrentRubberStampType As AnnRubberStampType
public AnnRubberStampType CurrentRubberStampType {get; set;}
@property (nonatomic) LTAnnRubberStampType currentRubberStampType;
public int getCurrentRubberStampType() public void setCurrentRubberStampType(int value)
<br/>get_CurrentRubberStampType();<br/>set_CurrentRubberStampType(value);<br/>Object.defineProperty('CurrentRubberStampType');
The current automation rubber stamp type is the value of AnnRubberStampObject.RubberStampType of the rubber stamp currently selected. This object is the "active" object to be drawn on the current active AnnAutomation. You can change the value of this property programmatically. It can also change if the user makes a selection from the automation toolbar.
The CurrentRubberStampTypeChanged event is fired when this property is changed.