LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetUseOriginalPicture Method

Show in webframe





An AnnRubberStampType value that represents the type of the rubber stamp.
Gets a value indicating whether to revert back to the original picture for an AnnRubberStampObject type.
Syntax
public static bool GetUseOriginalPicture( 
   AnnRubberStampType type
)
'Declaration
 
Public Shared Function GetUseOriginalPicture( _
   ByVal type As AnnRubberStampType _
) As Boolean
'Usage
 
Dim type As AnnRubberStampType
Dim value As Boolean
 
value = AnnRubberStampObject.GetUseOriginalPicture(type)

            

            
public:
static bool GetUseOriginalPicture( 
   AnnRubberStampType type
) 

Parameters

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

Return 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.
Remarks
Use the GetDefaultPicture to get the current default picture used by the AnnRubberStampObject objects. Use the SetDefaultPicture to change the default picture. Use SetUseOriginalPicture to change whether the AnnRubberStampObject of a certain type uses the default picture.
Example
For an example, 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.