<PAGEBREAK> Page Break
Property Description

<TRACE> Internal Debug Trace Options
Property Description
MathML=true | False Show MathML to HTML converted statements
Border=true | false Draw Box around every element to determine range

Example 1

<CALENDAR>...</CALENDAR>
Create a monthly calendar
Property Description
Height=pts Height of Calendar
Width=pts Width of Calendar
Border=n Border Width
BorderColor=color Border Color


<PDF> Set PDF output properties
Property Description
Author=... PDF Document Author
Database=... Attach ADO Database DSN
DrawMargins="True | False" Draw PDF Margins (blue dot line)
Encoded="true | false" PDF Accepts | | encoded formatting commands
FontColor=color Default Font Color
FontName="Times|Courier|Helvetica" Default Font Name
FontSize=pts Default Font Size
Keywords=... PDF Document Keywords
Landscape="True | False" Page to Landscape (true) or Portrait (false)
Margin-Left=inches Set Left Margin
Margin-Right=inches Set Right Margin
Margin-Top=inches Set Top Margin
Margin-Bottom=inches Set Bottom Margin
Margins="top,bottom,left,right" PDF Margins (Inches) 1 value sets all
PageSize="width,height" PDF Page Size (inches)  (portrait referenced) Default "8.5,11"
Subject=... PDF Document Subject
Title=... PDF Document Title
Watermark=... PDF Watermark
onDocumentOpen=... JavaScript to execute onDocumentOpen
examples:  "Zoom=100;" or "app.alert('Hello World');"
onWillClose=... JavaScript to execute before closing document
onWillSave=... JavaScript, Before Saving Document
onDidSave=... JavaScript, After Saving Document
onWillPrint=... JavaScript, Before Printing Document
OnDidPrint=... JavaScript, After Printing Document