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


In This Topic
    PrintFormFeedOnEndOfJob Property (IIbmPrinter)
    In This Topic
    Send form feed at end of job
    Syntax
    'Declaration
     
    
    Property PrintFormFeedOnEndOfJob As Boolean
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Boolean
     
    instance.PrintFormFeedOnEndOfJob = value
     
    value = instance.PrintFormFeedOnEndOfJob
    bool PrintFormFeedOnEndOfJob {get; set;}
    See Also