←Select platform

RubberStamps Property

Summary

Gets the list of AnnPicture objects that serve as the default images for AnnRubberStampObject annotation objects.

Syntax
C#
VB
Objective-C
C++
Java
public Dictionary<AnnRubberStampType, AnnPicture> RubberStamps { get; } 
Public ReadOnly Property RubberStamps As Dictionary(Of AnnRubberStampType,AnnPicture) 
@property (nonatomic,readonly) NSMutableDictionary* rubberStamps; 
public java.util.HashMap<AnnRubberStampType, AnnPicture> getRubberStamps() 
public:  
   property Dictionary<AnnRubberStampType^, AnnPicture^>^ RubberStamps 
   { 
      Dictionary<AnnRubberStampType^, AnnPicture^>^ get() 
   } 

Property Value

The list of AnnPicture objects that serve as the default images for AnnRubberStampObject annotation objects.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly