Share via


PosPrinterBase.CapJrnDWideDHigh Property

2/27/2008

Indicates whether the journal can print double-wide and double-high characters.

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

Syntax

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

Remarks

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

CapJrnDWideDHigh is initialized to false by the PosPrinterProperties class. The service object should update CapJrnDWideDHigh 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.CapJrnDWideDHigh Property