←Select platform

Options Property

Summary
Gets or sets the AutoZoningOptions enumeration that determine the behavior of the AutoZoning algorithm.
Syntax
C#
VB
Objective-C
C++
Java
public AutoZoningOptions Options { get; set; } 
Public Property Options As AutoZoningOptions 
@property (nonatomic, assign) LTAutoZoningOptions options 
public int getOptions() 
public void setOptions(int value) 
public: 
property AutoZoningOptions Options { 
   AutoZoningOptions get(); 
   void set (    AutoZoningOptions ); 
} 

Property Value

AutoZoningOptions enumeration that determine the behavior of the AutoZoning algorithm.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.