←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly