Arbortext IsoView > Programmer's Reference > Print Functions > DoPrint
  
DoPrint
This method prints the open illustration to the default printer. You can set additional information using SetPrintStrings. (See SetPrintStrings. Also see Print Configuration Constants for constant values.)
Introduced with Arbortext IsoView 2.0.
Syntax
DoPrintOnlyVisContentSplitPagesOrientationScale
Parameters:
OnlyVisContent
Defines if only the visible content will be printed as short. Allowed values are:
-1
KEEPPRINTERSETTINGS
0
PRINTALL (the entire illustration will be printed)
1
PRINTVISIBLE (only the portion of the illustration which is visible inside the viewer will be printed (default))
SplitPages
Defines if the illustration will be split as short. Allowed values are:
-1
KEEPPRINTERSETTINGS
0
FITONPAGE (the illustration will be fitted onto one page (default))
1
SPLITPAGES (the illustration will be split across multiple pages if necessary)
Orientation
Selects the orientation of printed page as short. Allowed values are:
-1
KEEPPRINTERSETTINGS
1
PORTRAIT
2
LANDSCAPE
Scale
Defines the scale of the printed illustration as double. Allowed values are:
-1
KEEPPRINTERSETTINGS
Value > 0
scale factor
document.ivx1.DoPrint( 1, 0, -1, 100.0 );