LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AutoZoningCommand Constructor(AutoZoningOptions)
See Also 
Leadtools.ImageProcessing.Core Namespace > AutoZoningCommand Class > AutoZoningCommand Constructor : AutoZoningCommand Constructor(AutoZoningOptions)



options
enumeration that determine the behavior of the AutoZoning algorithm.
Initializes a new AutoZoningCommand with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal options As AutoZoningOptions _
)
Visual Basic (Usage)Copy Code
Dim options As AutoZoningOptions
 
Dim instance As New AutoZoningCommand(options)
C# 
public AutoZoningCommand( 
   AutoZoningOptions options
)
C++/CLI 
public:
AutoZoningCommand( 
   AutoZoningOptions options
)

Parameters

options
enumeration that determine the behavior of the AutoZoning algorithm.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also