Gets or sets the current automation rubber stamp object type.
Object.defineProperty(AnnAutomationManager.prototype, 'currentRubberStampType',
get: function(),
set: function(value)
)
currentRubberStampType: AnnRubberStampType;
An AnnRubberStampType value that specifies the current automation rubber stamp object type. The default value is AnnRubberStampType.StampApproved.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET