EnableZoneForceSingleColumn property (ILEADRasterDocument)
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