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


In This Topic
    PrintDeviceFontId Property (IIbmPrinter)
    In This Topic
    Ges or set the default font typestyle id to use for printing. This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property PrintDeviceFontId As Integer
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Integer
     
    instance.PrintDeviceFontId = value
     
    value = instance.PrintDeviceFontId
    int PrintDeviceFontId {get; set;}

    Property Value

    Valid range value is 0 - 99999.

    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is outside range of 0 - 99999.
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    See Also