Share via


ElectronicJournal.CapPrintContent Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the Boolean value that indicates whether the device can reprint stored journal documents on a connected printer.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapPrintContent As Boolean
public abstract bool CapPrintContent { get; }
public:
virtual property bool CapPrintContent {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapPrintContent ()
public abstract function get CapPrintContent () : boolean

Remarks

If true, the device can reprint stored journal documents directly on a connected printing 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

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
CapPrintContentFile
PrintContent
ElectronicJournal.PrintContentFile Method