EnableZoneForceSingleColumn property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableZoneForceSingleColumn

Overview

Refer to Working with Zones

Remarks

Gets or sets a value that indicates whether to force the page to be a single column, when automatically detecting zones. Possible values are:

 

Value

Meaning

TRUE

Force the page to be a single column.

FALSE

Do not force the page to be a single column. This prevents the engine from detecting columns and placing their contents one below the other. It is useful for conserving the columnar structure in tables

This property is updated by the GetAutoZoneOptions method.

This property must be set before calling the SetAutoZoneOptions method.

See Also

Elements:

ZoneCount property, AddZone method, UpdateZone method, RemoveZone method, ImportZones method, ExportZones method, FindZones method, SetAutoZoneOptions method, GetAutoZoneOptions method, DefaultPageFillMethod property, PageFillMethod property, ShowZoneGridLines property, GetZoneInfo method, ZoneHeight property, ZoneLeft property, ZoneTop property, ZoneWidth property, ZoneParser property

Topics:

Quick Reference OCR: Working with Zones