PosPrinter.CapRecRuledLine Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

Gets a LineDirection value that indicates if the printer supports the use of ruled lines in the receipt.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapRecRuledLine As LineDirection
public abstract LineDirection CapRecRuledLine { get; }
public:
virtual property LineDirection CapRecRuledLine {
    LineDirection get () abstract;
}
/** @property */
public abstract LineDirection get_CapRecRuledLine ()
public abstract function get CapRecRuledLine () : LineDirection

Property Value

Returns LineDirection.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace