Share via


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

2/27/2008

Gets the Boolean value that indicates whether the printing process can be suspended.

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

Syntax

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

Remarks

If true, the printing process can be suspended.

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
Suspended
ElectronicJournal.SuspendPrintContent Method
PrintContent
ElectronicJournal.PrintContentFile Method