Skip to main content
All docs
V23.2

WatermarkCollection.Item[String] Property

Provides access to individual items from WatermarkCollection by Id.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public Watermark this[string watermarkId] { get; }

Parameters

Name Type Description
watermarkId String

The unique identifier of a watermark.

Property Value

Type Description
Watermark

The specified watermark.

See Also