Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / FormsMode Property


In This Topic
    FormsMode Property (IIbmPrinter)
    In This Topic
    Gets or set the way forms are fed into the printer This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property FormsMode As FormsModeEnum
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As FormsModeEnum
     
    instance.FormsMode = value
     
    value = instance.FormsMode
    FormsModeEnum FormsMode {get; set;}
    See Also