ShowZoneGridLines property (ILEADRasterDocument)
BOOL ShowZoneGridLines | |
Overview |
Refer to Working with Zones |
Remarks
Gets or sets a value that indicates whether to make the grid lines visible when automatically detecting zones. Possible values are:
Setting |
Description |
TRUE |
Make the grid lines visible. |
FALSE |
Make the grid lines invisible. |
This property is updated by the GetAutoZoneOptions method.
This property must be set before calling the SetAutoZoneOptions method.
See Also