LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

ShrinkingSize Property






Gets or sets the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy. .NET support WinRT support Silverlight support
Syntax
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
'Declaration
 
Public Property ShrinkingSize As SubtractBackgroundCommandType
'Usage
 
Dim instance As SubtractBackgroundCommand
Dim value As SubtractBackgroundCommandType
 
instance.ShrinkingSize = value
 
value = instance.ShrinkingSize
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
 get_ShrinkingSize();
set_ShrinkingSize(value);
public:
property SubtractBackgroundCommandType ShrinkingSize {
   SubtractBackgroundCommandType get();
   void set (    SubtractBackgroundCommandType value);
}

Property Value

Shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.
Example
Refer to SubtractBackgroundCommand.
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

SubtractBackgroundCommand Class
SubtractBackgroundCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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