Skip to main content
All docs
V25.1
  • WatermarkCollection.Item[String] Property

    Provides access to individual items from WatermarkCollection by Id.

    Namespace: DevExpress.XtraPrinting.Drawing

    Assembly: DevExpress.Printing.v25.1.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