Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Zones Property








Gets the detected zones.
Syntax
public IVector<LeadZone> Zones {get;}
'Declaration
 
Public ReadOnly Property Zones As IVector(Of LeadZone)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IVector(Of LeadZone)
 
value = instance.Zones
public IVector<LeadZone> Zones {get;}
 get_Zones(); 
public:
property IVector<LeadZone^>^ Zones {
   IVector<LeadZone^>^ get();
}

Property Value

IVector<LeadZone> that contains the detected zones.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file