- 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.
Visual Basic (Declaration) | |
---|---|
Public Shared Sub SetDefaultPicture( _ ByVal type As AnnRubberStampType, _ ByVal picture As AnnPicture _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static void SetDefaultPicture( AnnRubberStampType type, AnnPicture picture ) |
C++/CLI | |
---|---|
public: static void SetDefaultPicture( AnnRubberStampType type, AnnPicture^ picture ) |
Parameters
- 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.
For an example, refer to GetDefaultPicture.
Use the GetDefaultPicture to get the default picture used by the AnnRubberStampObject objects. Use the AnnRubberStampObject.GetUseOriginalPicture and AnnRubberStampObject.SetUseOriginalPicture to control whether an AnnRubberStampObject will use the default or original picture for a certain type.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family