Arbortext IsoView > Programmer's Reference > Print Functions
  
Print Functions
ConfigPrinting
This method allows you to set preferences for printing. (See Print Configuration Constants for constant values.)
Return value: BOOL.
Introduced with Arbortext IsoView 2.0.
Syntax
ConfigPrintingOnlyVisContentSplitPagesOrientationScale
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.ConfigPrinting( 1, 0, -1, 100.0 );