←Select platform

CurrentRubberStampType Property

Summary

Gets or sets the current automation rubber stamp object type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnRubberStampType CurrentRubberStampType { get; set; } 
Public Property CurrentRubberStampType As Leadtools.Annotations.Core.AnnRubberStampType 
public Leadtools.Annotations.Core.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');  
public:  
   property AnnRubberStampType^ CurrentRubberStampType 
   { 
      AnnRubberStampType^ get() 
      void set(AnnRubberStampType^ value) 
   } 

Property Value

An AnnRubberStampType value that specifies the current automation rubber stamp object type. The default value is AnnRubberStampType.StampApproved.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly