COVER_PAGE
Cover page for the beginning of the PDF/PowerPoint document.
Syntax
COVER_PAGE{ parameters}
Qualifier
This command has no qualifier.
Parameters
- name (string)
- User-given name of the command. Instance of the IMAGE command to use as the cover page image
- title_text (string)
- User-specified report header
- cover_image (enum)
- Instance of the IMAGE command to use as the cover page image
- cover_image_view_number (integer)
- Each IMAGE command can generate many images on disk since it supports multiple views, the desired view number needs to be specified here.
- active_flag (boolean)
- Read and process the command or ignore it
Example
COVER_PAGE{
title_text = "Version 5 Run 1"
cover_image = "Surface geometry"
cover_image_view_number = 1
}