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


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