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


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