Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ShrinkingSize Property
See Also 
Leadtools.ImageProcessing.Core Namespace > SubtractBackgroundCommand Class : 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.

Syntax

Visual Basic (Declaration) 
Public Property ShrinkingSize As SubtractBackgroundCommandType
Visual Basic (Usage)Copy Code
Dim instance As SubtractBackgroundCommand
Dim value As SubtractBackgroundCommandType
 
instance.ShrinkingSize = value
 
value = instance.ShrinkingSize
C# 
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
C++/CLI 
public:
property SubtractBackgroundCommandType ShrinkingSize {
   SubtractBackgroundCommandType get();
   void set (SubtractBackgroundCommandType value);
}

Return Value

Shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also