Sets a value to indicate whether to revert back to the original picture for an AnnRubberStampObject type.
public static void SetUseOriginalPicture(
AnnRubberStampType type,
bool value
)
Public Shared Sub SetUseOriginalPicture( _
ByVal type As Leadtools.Annotations.AnnRubberStampType, _
ByVal value As Boolean _
)
public:
static void SetUseOriginalPicture(
Leadtools.Annotations.AnnRubberStampType type,
bool value
)
type
An AnnRubberStampType value that represents the type of the rubber stamp.
value
true to revert back to the original picture used for all AnnRubberStampObject objects with Type set to type; otherwise, false to use the new picture if any.
Use the GetDefaultPicture to get the current default picture used by the AnnRubberStampObject objects. Use the SetDefaultPicture to change the default picture. Use GetUseOriginalPicture to check whether the AnnRubberStampObject of a certain type is currently using the default picture.
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