Share via


PosPrinter.CapRecMarkFeed Property

2/27/2008

Gets the type of mark-sensed paper handling available.

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

Syntax

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

Remarks

Possible values are defined by the PrinterMarkFeeds enumeration.

CapRecMarkFeed is a logical OR combination of the PrinterMarkFeeds values. The values are identical to those used with the MarkFeed method.

CapRecMarkFeed is set by the service object, based on the capabilities of the device.

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
PosPrinter.MarkFeed Method
PrinterMarkFeeds