Sets the default picture for an AnnRubberStampObject type.
public static void SetDefaultPicture(
AnnRubberStampType type,
AnnPicture picture
)
Public Shared Sub SetDefaultPicture( _
ByVal type As Leadtools.Annotations.AnnRubberStampType, _
ByVal picture As Leadtools.Annotations.AnnPicture _
)
public:
static void SetDefaultPicture(
Leadtools.Annotations.AnnRubberStampType type,
Leadtools.Annotations.AnnPicture^ picture
)
type
An AnnRubberStampType value that represents the type of the rubber stamp.
picture
An AnnPicture class that defines the picture for the AnnRubberStampType specified by type.
Use the GetDefaultPicture to get the default picture used by the AnnRubberStampObject objects. Use the GetUseOriginalPicture and SetUseOriginalPicture to control whether an AnnRubberStampObject will use the default or original picture for a certain type.
For an example, refer to GetDefaultPicture.
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