LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

SetDefaultPicture Method

Show in webframe





An AnnRubberStampType value that represents the type of the rubber stamp.
An AnnPicture class that defines the picture for the AnnRubberStampType specified by type.
Sets the default picture for an AnnRubberStampObject type.
Syntax
public static void SetDefaultPicture( 
   AnnRubberStampType type,
   AnnPicture picture
)
'Declaration
 
Public Shared Sub SetDefaultPicture( _
   ByVal type As AnnRubberStampType, _
   ByVal picture As AnnPicture _
) 
'Usage
 
Dim type As AnnRubberStampType
Dim picture As AnnPicture
 
AnnRubberStampObject.SetDefaultPicture(type, picture)

            

            
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.
Remarks
Use the GetDefaultPicture to get the default picture used by the AnnRubberStampObject objects. Use the GetUseOriginalPicture and SetUseOriginalPicture to control whether an AnnRubberStampObject will use the default or original picture for a certain type.
Example

For C#/VB examples, refer to GetDefaultPicture.

Requirements

Target Platforms

See Also

Reference

AnnRubberStampObject Class
AnnRubberStampObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.