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


In This Topic
    PrintDeviceFontId Property (IbmPrinter)
    In This Topic
    Ges or set the default font typestyle to use for printing.
    Syntax
    'Declaration
     
    
    Public Property PrintDeviceFontId As Integer
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Integer
     
    instance.PrintDeviceFontId = value
     
    value = instance.PrintDeviceFontId
    public int PrintDeviceFontId {get; set;}
    See Also