PrintFloatingAreas
The PrintFloatingAreas property contains an array of @PrintFloatingArea complex properties.
The PrintFloatingAreas property is unusual (but not unique) in that it contains an array of a second property. Ordinarily if you assign multiple values to a property, EGL only recognizes the last assignment. You use the PrintFloatingAreas property to define as many @PrintFloatingArea properties as you need for your printable output. For an overview of floating areas, see Introduction to Form parts.
The PrintFloatingAreas property contains one or more instances of the
following property field:
- @PrintFloatingArea
- A property that defines the characteristics of a floating area for the screen. For more information, see @PrintFloatingArea.