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


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