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

Options Property






Gets or sets the AutoZoningOptions enumeration that determine the behavior of the AutoZoning algorithm. .NET support WinRT support
Syntax
public AutoZoningOptions Options {get; set;}
'Declaration
 
Public Property Options As AutoZoningOptions
'Usage
 
Dim instance As AutoZoningCommand
Dim value As AutoZoningOptions
 
instance.Options = value
 
value = instance.Options
public AutoZoningOptions Options {get; set;}
 get_Options();
set_Options(value);
public:
property AutoZoningOptions Options {
   AutoZoningOptions get();
   void set (    AutoZoningOptions value);
}

Property Value

AutoZoningOptions enumeration that determine the behavior of the AutoZoning algorithm.
Example
Refer to AutoZoningCommand example.
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

AutoZoningCommand Class
AutoZoningCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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