Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrinterPrintOptions Interface
Properties

In This Topic
    IPrinterPrintOptions Interface Members
    In This Topic

    The following tables list the members exposed by IPrinterPrintOptions.

    Public Properties
     NameDescription
     PropertyReturns or specifies whether to disable Windows' handling of fonts, font size, font style, and lines-per-inch configuration. This property affects 3812 printing and 3287 printing.  
     PropertyGets the parent object. The parent is the IIbmPrinter object.  
     PropertyReturns or Specifies the maximum number of characters that can be printed on a single line. If a line longer than this is passed down from the host, Reflection automatically wraps the line.  
     PropertyReturns or specifies default font.  
     PropertyReturns or specifies a driver or port to print to.  
     PropertyReturns or specifies the default page orientation used to print host documents.  
     PropertyReturns or specifies what Reflection does when you send a print job to an existing file This property is relevant only when the PrintToFile property is set to True.  
     PropertyReturns or specifies the name of the file to receive print jobs when the PrintToFile property is set to True.  
     PropertyReturns or specifies whether to print in a window defined form. When this property is True, Reflection scales print output to fit the form size you specify  
     PropertyReturns or specifies the size of the form that you want Reflection to use to scale printed pages when the PrintFitForm property is True.  
     PropertyReturns or specifies is printtofit is true for page scaling option  
     PropertyReturns or specifies whether to print host print jobs or terminal screens to a user-defined form size.  
     PropertyReturns or specifies the length of the form to print to when the PrintFitUser property is True. The value is expressed in percent reduction (less than 100%) or expansion (greater than 100%).  
     PropertyReturns or specifies the width of the form to print to when the PrintFitUser property is True. The value is expressed in percent reduction (less than 100%) or expansion (greater than 100%).  
     PropertyReturns or specifies how many lines to print on a page.  
     PropertyReturns or specifies the size of the margin at the bottom of a printed page.  
     PropertyReturns or specifies the size of the margin at the left of a printed page.  
     PropertyReturns or specifies the size of the margin at the right of a printed page.  
     PropertyReturns or specifies the size of the margin at the top of a printed page.  
     PropertyReturns or specifies if host page format is overridden or not. Default value is false  
     PropertyReturns or specifies if the orientation specified by host is to be overriden.  
     PropertyReturns or specifies the paper size to use for the current default Windows printer.  
     PropertyReturns or specifies the paper source to use for the current default Windows printer.  
     PropertyReturns or specifies if host page format is retained or not. Default value is false This property applies to 3270 printer sessions only.  
     PropertyPrompt for print scheme  
     PropertyReturns or specifies the destination of Reflection print jobs. When this property is True, Reflection sends print jobs to a file  
     PropertyReturns or specifies Print type  
     PropertyReturns or specifies merge template file name. This property is relevant when printtype is selected to rtftemplatemerge.  
     PropertyReturns or specifies if to use printer fonts only. Default value is false  
    Top
    See Also