Share via


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

2/27/2008

Gets the Boolean value that indicates whether journal documents that are extracted from the storage medium can be printed on a connected printing device.

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

Syntax

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

Remarks

If true, the device can print journal documents that are extracted from the storage medium 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
ElectronicJournal.CapPrintContent Property
PrintContent
ElectronicJournal.PrintContentFile Method