Sets a value to indicate whether to use the new default picture for an AnnRubberStampObject type.
public static void SetUseNewPicture(
AnnRubberStampType type,
bool value
)
Public Shared Sub SetUseNewPicture( _
ByVal type As Leadtools.Annotations.AnnRubberStampType, _
ByVal value As Boolean _
)
public:
static void SetUseNewPicture(
Leadtools.Annotations.AnnRubberStampType type,
bool value
)
type
An AnnRubberStampType value that represents the type of the rubber stamp.
value
true to use the new default picture for all AnnRubberStampObject objects with Type set to type; otherwise, false to use the orginal default picture.
LEADTOOLS has developed new default images for the predefined rubber stamp annotations. Use the GetUseNewPicture function to get a value that indicates whether the new default pictures are being used. Set this function to true to use the new default picture. For more information, refer to New Annotation Features of Version 14.5 (Deprecated).
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