←Select platform

SetDefaultPicture Method

Summary

Sets the default picture for an AnnRubberStampObject type.

Syntax

C#
VB
C++
public static void SetDefaultPicture( 
   AnnRubberStampType type, 
   AnnPicture picture 
) 
  
Public Shared Sub SetDefaultPicture( _ 
   ByVal type As Leadtools.Annotations.AnnRubberStampType, _ 
   ByVal picture As Leadtools.Annotations.AnnPicture _ 
)  
public: 
static void SetDefaultPicture(  
   Leadtools.Annotations.AnnRubberStampType type, 
   Leadtools.Annotations.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 an example, 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.Annotations Assembly