Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / FormsMode Property


In This Topic
    FormsMode Property (IbmPrinter)
    In This Topic
    Gets or set the way forms are fed into the printer
    Syntax
    'Declaration
     
    
    Public Property FormsMode As FormsModeEnum
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As FormsModeEnum
     
    instance.FormsMode = value
     
    value = instance.FormsMode
    public FormsModeEnum FormsMode {get; set;}
    See Also