LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

InPlace Property






Determines whether or not the source image is converted in place (or a new image is created). .NET support Silverlight support WinRT support
Syntax
public bool InPlace {get; set;}
'Declaration
 
Public Property InPlace As Boolean
'Usage
 
Dim instance As ChangeViewPerspectiveCommand
Dim value As Boolean
 
instance.InPlace = value
 
value = instance.InPlace
public bool InPlace {get; set;}
 get_InPlace();
set_InPlace(value);
public:
property bool InPlace {
   bool get();
   void set (    bool value);
}

Property Value

true to convert the source image in place (no copy will be made). false, to leave the source image unchanged and place the result in the DestinationImage property.
Example
For an example, refer to ChangeViewPerspectiveCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChangeViewPerspectiveCommand Class
ChangeViewPerspectiveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.