←Select platform

SetUseOriginalPicture Method

Summary

Sets a value to indicate whether to revert back to the original picture for an AnnRubberStampObject type.

Syntax

C#
VB
C++
public static void SetUseOriginalPicture( 
   AnnRubberStampType type, 
   bool value 
) 
  
Public Shared Sub SetUseOriginalPicture( _ 
   ByVal type As Leadtools.Windows.Annotations.AnnRubberStampType, _ 
   ByVal value As Boolean _ 
)  
public: 
static void SetUseOriginalPicture(  
   Leadtools.Windows.Annotations.AnnRubberStampType type, 
   bool value 
)  

Parameters

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.

Remarks

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.

Example

For C#/VB examples, refer to GetDefaultPicture.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly