EndImpressionRegion

Overview

Sets end of an impression region

Syntax

EndImpressionRegion(1)

Function Properties

Ordinal Type Description
1 string Insert value of ClearAll to clear all impression region information

Example

This sample code ends the impression region. You do not need to specify the region.

BeginImpressionRegion("myImpressionRegion");
...
EndImpressionRegion(ClearAll);
Last Updated: Jun 8, 2021