Use the PrinterFriendlyView JSP tag to define a Printer-Friendly View, which displays a printable version of a presentation as requested by users in a Print Options dialog.
The PrinterFriendlyView tag is associated with a Print Options dialog and with
a presentation through the following attributes of the PrintOptions
JSP tag: applyPage
, printerFriendlyViewId,
and
presentationId
.
id -- (Required) A unique identifier for this tag.
scope -- Determines the accessibility and lifetime of the object; select one of the following values: Page, Request, Session, or Application. You can use Session, which is the default value, or Request.
presentationId -- Specifies the identifier of the associated Presentation tag; this attribute is set automatically by the PrintOptions tag.