C#
VB
Java
Objective-C
WinRT C#
C++
Gets the list of AnnPicture objects that serve as the default images for AnnRubberStampObject annotation objects.
public Dictionary<AnnRubberStampType, AnnPicture> RubberStamps { get; }
Public ReadOnly Property RubberStamps As Dictionary(Of AnnRubberStampType,AnnPicture)
public Dictionary<AnnRubberStampType,AnnPicture> RubberStamps {get;}
@property (nonatomic,readonly) NSMutableDictionary* rubberStamps;
public java.util.HashMap<AnnRubberStampType, AnnPicture> getRubberStamps()
get_RubberStamps();
public:
property Dictionary<AnnRubberStampType^, AnnPicture^>^ RubberStamps
{
Dictionary<AnnRubberStampType^, AnnPicture^>^ get()
}
The list of AnnPicture objects that serve as the default images for AnnRubberStampObject annotation objects.
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