←Select platform

GetUseNewPicture Method

Summary

Gets a value to indicate whether to use the new default picture for an AnnRubberStampObject type.

Syntax

C#
VB
C++
public static bool GetUseNewPicture( 
   AnnRubberStampType type 
) 
  
Public Shared Function GetUseNewPicture( _ 
   ByVal type As Leadtools.Annotations.AnnRubberStampType _ 
) As Boolean 
public: 
static bool GetUseNewPicture(  
   Leadtools.Annotations.AnnRubberStampType type 
)  

Parameters

type
An AnnRubberStampType value that represents the type of the rubber stamp.

Remarks

Beginning with Version 14.5, LEADTOOLS developed new default images for the predefined rubber stamp annotations. This function gets a value that indicates whether the new default pictures are being used. Set the SetUseNewPicture function to true to use the new default picture. For more information, refer to New Annotation Features of Version 14.5 (Deprecated).

Example

For an example, refer to SetUseNewPicture.

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