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


In This Topic
    CountryExtendedGraphicsCode Property (IIbmPrinter)
    In This Topic
    Country Extended Graphics Code
    Syntax
    'Declaration
     
    
    Property CountryExtendedGraphicsCode As Boolean
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Boolean
     
    instance.CountryExtendedGraphicsCode = value
     
    value = instance.CountryExtendedGraphicsCode
    bool CountryExtendedGraphicsCode {get; set;}
    See Also