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


In This Topic
    PrintEmulateFormFeed Property (IbmPrinter)
    In This Topic
    Emulate form feed with line feed
    Syntax
    'Declaration
     
    
    Public Property PrintEmulateFormFeed As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    instance.PrintEmulateFormFeed = value
     
    value = instance.PrintEmulateFormFeed
    public bool PrintEmulateFormFeed {get; set;}
    See Also