- 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.
Visual Basic (Declaration) | |
---|---|
Public Shared Sub SetUseOriginalPicture( _ ByVal type As AnnRubberStampType, _ ByVal value As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim type As AnnRubberStampType Dim value As Boolean AnnRubberStampObject.SetUseOriginalPicture(type, value) |
C# | |
---|---|
public static void SetUseOriginalPicture( AnnRubberStampType type, bool value ) |
C++/CLI | |
---|---|
public: static void SetUseOriginalPicture( 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.
For C#/VB examples, refer to GetDefaultPicture.
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)