Share via


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

2/27/2008

Gets the Boolean value that indicates whether the device can print predefined background when reprinting journal documents.

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

Syntax

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

Remarks

If true, the device can print specific predefined background when reprinting journal documents.

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
WaterMark