FigurePrintSetup()
Summary
Displays the "Print" common dialog.
Syntax
result = FigurePrintSetup()
Returns
Null if the user cancelled; otherwise, "True."
Example
result = FigurePrintSetup()
//return value is null if user cancelled
if result = null then Return()
PrintFigure()
See Also
| Function | Summary |
|---|---|
| EditorPrintSetup() | Displays an extended version of the "Print" common dialog, with controls for setting up the printing format for an editor |
| MapPrintSetup() | Displays an extended version of the "Print" common dialog, with check boxes to indicate whether to print at a fixed scale and whether to print fonts at fixed point size or adjusted to match the map window |