Share via


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

2/27/2008

Gets or sets the Boolean value that indicates whether a predefined background should be printed with journal documents.

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

Syntax

'Declaration
Public MustOverride Property Watermark As Boolean
public abstract bool Watermark { get; set; }
public:
virtual property bool Watermark {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_Watermark ()

/** @property */
public abstract void set_Watermark (boolean value)
public abstract function get Watermark () : boolean

public abstract function set Watermark (value : boolean)

Remarks

This property specifies whether or not a specific predefined background will be printed with journal documents. If true, the background is printed and indicates that the output is a reprint of the stored data.

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.CapWatermark Property