Share via


PosPrinterBase.CapSlpDWide Property

2/27/2008

Indicates that the slip can print double-wide characters.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CapSlpDWide As Boolean
public override bool CapSlpDWide { get; }
public:
virtual property bool CapSlpDWide {
    bool get () override;
}
/** @property */
public boolean get_CapSlpDWide ()
public override function get CapSlpDWide () : boolean

Remarks

PosPrinterBase class verifies that the device has been opened, then retrieves the value of PosPrinterProperties.CapSlpDWide.

CapSlpDWide is initialized to false by the PosPrinterProperties class. The service object should update CapSlpDWide to an appropriate value in its Open method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.CapSlpDWide Property