Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class
Properties Methods


In This Topic
    PrinterPrintOptions Class Members
    In This Topic

    The following tables list the members exposed by PrinterPrintOptions.

    Public Properties
     NameDescription
    Public 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.  
    Public PropertyGets the parent object. The parent is the IIbmPrinter object.  
    Public 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.  
    Public PropertyReturns or specifies default font.  
    Public PropertyReturns or specifies a driver or port to print to.  
    Public PropertyReturns or specifies the default page orientation used to print host documents.  
    Public 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.  
    Public PropertyReturns or specifies the name of the file to receive print jobs when the PrintToFile property is set to True.  
    Public 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  
    Public PropertyReturns or specifies the size of the form that you want Reflection to use to scale printed pages when the PrintFitForm property is True.  
    Public PropertyReturns or specifies is printtofit is true for page scaling option  
    Public PropertyReturns or specifies whether to print host print jobs or terminal screens to a user-defined form size.  
    Public 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%).  
    Public 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%).  
    Public PropertyReturns or specifies how many lines to print on a page.  
    Public PropertyReturns or specifies the size of the margin at the bottom of a printed page.  
    Public PropertyReturns or specifies the size of the margin at the left of a printed page.  
    Public PropertyReturns or specifies the size of the margin at the right of a printed page.  
    Public PropertyReturns or specifies the size of the margin at the top of a printed page.  
    Public PropertyReturns or specifies if host page format is overridden or not. Default value is false  
    Public PropertyReturns or specifies if the orientation specified by host is to be overriden.  
    Public PropertyReturns or specifies the paper size to use for the current default Windows printer.  
    Public PropertyReturns or specifies the paper source to use for the current default Windows printer.  
    Public PropertyReturns or specifies if host page format is retained or not. Default value is false This property applies to 3270 printer sessions only.  
    Public PropertyPrompt for print scheme  
    Public PropertyReturns or specifies the destination of Reflection print jobs. When this property is True, Reflection sends print jobs to a file  
    Public PropertyReturns or specifies Print type  
    Public PropertyReturns or specifies merge template file name. This property is relevant when printtype is selected to rtftemplatemerge.  
    Public PropertyReturns or specifies if to use printer fonts only. Default value is false  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from object)
    Public MethodServes as the default hash function. (Inherited from object)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodGets the System.Type of the current instance. (Inherited from object)
    Public MethodReturns a string that represents the current object. (Inherited from object)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Top
    See Also