InfoConnect for Airlines
IPrintOptions Interface Members
Properties  Methods 

The following tables list the members exposed by IPrintOptions.

Public Properties
 NameDescription
 PropertyAutoFormFeedReturns or specifies whether the terminal inserts a form feed between screens when the terminal is configured to print multiple screens per page.  
 PropertyParentGets the parent object. The parent is the IIbmScreen object.  
 PropertyPrintBackgroundSpecifies the background color to use when printing the terminal screen.  
 PropertyPrintCharsPerInchSpecifies how many characters to print per inch.  
 PropertyPrintCharsPerLineSpecifies the maximum number of characters that can be printed on a single line.  
 PropertyPrintCompressFontReturns or specifies whether composed Thai characters are vertically compressed while printing to make them more legible.  
 PropertyPrintDbcs2To3Returns or specifies whether to widen double-byte characters to 1.5 times their default size when printing host print jobs and terminal screens to make them more legible.  
 PropertyPrintDbcsHorzFontSizeReturns or specifies whether the terminal doubles the horizontal size of double-byte characters when it prints host screens or print jobs to make them more legible.  
 PropertyPrintDbcsRotationAngleReturns or specifies whether to rotate characters 270 degrees when printing host print jobs or terminal screens.  
 PropertyPrintDbcsSmallerFontReturns or specifies whether to print double-byte characters using a smaller font size.  
 PropertyPrintDestReturns or specifies a driver or port to print to.  
 PropertyPrinterOrientationReturns or specifies the default page orientation used to print host documents.  
 PropertyPrintFileExistsActionReturns or specifies what the terminal does when you send a print job to an existing file.  
 PropertyPrintFileNameReturns or specifies the name of the file to receive print jobs when the PrintToFile property is set to true.  
 PropertyPrintFitUserReturns or specifies whether to print host print jobs or terminal screens to a user-defined form size.  
 PropertyPrintFitUserLengthReturns or specifies the length of the form to print to when the PrintFitUser property is true.  
 PropertyPrintFitUserWidthReturns or specifies the width of the form to print to when the PrintFitUser property is true.  
 PropertyPrintFormFeedOnEndOfJobReturns or specifies whether the terminal sends a form feed to the host printer at the end of print jobs.  
 PropertyPrintMarginBottomReturns or specifies the size of the margin at the bottom of a printed page.  
 PropertyPrintMarginLeftReturns or specifies the size of the margin at the left side of a printed page.  
 PropertyPrintMarginRightReturns or specifies the size of the margin at the right side of a printed page.  
 PropertyPrintMarginTopReturns or specifies the size of the margin at the top of a printed page.  
 PropertyPrintMonochromeReturns or specifies whether the terminal prints the terminal window using only black and white.  
 PropertyPrintPaperSizeReturns or specifies the paper size to use for the current default Windows printer.  
 PropertyPrintPaperSourceReturns or specifies the paper source to use for the current default Windows printer.  
 PropertyPrintSosiPresentationReturns or specifies how the terminal treats shift-out and shift-in (SO/SI) characters when printing host print jobs or terminal screens. This property is applicable to 5250 sessions only.  
 PropertyPrintSquareAspectRatioReturns or specifies whether the terminal preserves the dimensions of the graphics display when it prints, ensuring that objects maintain their correct proportions and shapes.  
 PropertyPrintStatusLineReturns or specifies whether the terminal prints the host status line when printing from the terminal window.  
 PropertyPrintSuppressBlankPageReturns or specifies whether blank pages are suppressed.  
 PropertyPrintToFileReturns or specifies the destination of the terminal print jobs.  
Top
Public Methods
 NameDescription
 MethodPrintScreenPrints the selected text or the entire terminal screen.  
Top
See Also