←Select platform

AutoZoningCommand Constructor(AutoZoningOptions)

Summary

Initializes a new AutoZoningCommand with explicit parameters.

Syntax

C#
VB
Java
Objective-C
C++
Public Function New( _ 
   ByVal options As Leadtools.Imageprocessing.Core.AutoZoningOptions _ 
) 
- (instancetype)initWithOptions:(LTAutoZoningOptions)options 
public AutoZoningCommand(int options) 

Parameters

options
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