Visual Basic (Declaration) | |
---|---|
Public Property DefaultRubberStampType As AnnRubberStampType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerBaseCell Dim value As AnnRubberStampType instance.DefaultRubberStampType = value value = instance.DefaultRubberStampType |
C# | |
---|---|
public AnnRubberStampType DefaultRubberStampType {get; set;} |
C++/CLI | |
---|---|
public: property AnnRubberStampType DefaultRubberStampType { AnnRubberStampType get(); void set ( AnnRubberStampType value); } |
Property Value
An Leadtools.Annotations.AnnRubberStampType object that will be used to create a new rubber stampTo create a rubber stamp type, you can do one of the following:
- Add the object Leadtools.Annotations.AnnRubberStampObject to the MedicalViewerSubCell.AnnotationContainer objects collection; this is done using the MedicalViewerBaseCell.SubCells property.
- Add and set the action MedicalViewerActionType.AnnotationRubberStamp using the AddAction and SetAction method respectivly, then draw the action using the mouse.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7