Share via


PosPrinterBase.CapRecMarkFeed Property

2/27/2008

Holds the type of mark-sensed paper handling available.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapRecMarkFeed As PrinterMarkFeeds
public override PrinterMarkFeeds CapRecMarkFeed { get; }
public:
virtual property PrinterMarkFeeds CapRecMarkFeed {
    PrinterMarkFeeds get () override;
}
/** @property */
public PrinterMarkFeeds get_CapRecMarkFeed ()
public override function get CapRecMarkFeed () : PrinterMarkFeeds

Remarks

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

CapRecMarkFeed is initialized to PrinterMarkFeeds.None by the PosPrinterProperties class. The service object should update CapRecMarkFeeds to an appropriate value in its Open method. If the service object sets CapRecMarkFeed to an invalid PrinterMarkFeeds value, the PosPrinterProperties class may throw PosControlException exceptions with the following values:

Value

Meaning

Illegal

The service object has set CapRecMarkFeed to an invalid PrinterMarkFeeds value.

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.CapRecMarkFeed Property