←Select platform

Options Property

Summary

Gets or sets the AutoZoningOptions enumeration that determine the behavior of the AutoZoning algorithm.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AutoZoningOptions Options { get; set; } 
@property (nonatomic, assign) LTAutoZoningOptions options 
public int getOptions() 
public void setOptions(int value) 
             
 <br/>get_Options();<br/>set_Options(value);<br/>Object.defineProperty('Options');  

Property Value

AutoZoningOptions enumeration that determine the behavior of the AutoZoning algorithm.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly