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



Gets or sets the AutoZoningOptionsenumeration that determine the behavior of the AutoZoning algorithm.

Syntax

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

Property Value

AutoZoningOptionsenumeration 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