Skip to main content

ReportBuildArgs.SerializedWatermark Property

Specifies the watermark settings of a page, serialized to a Byte array.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public byte[] SerializedWatermark { get; set; }

Property Value

Type Description
Byte[]

A Byte array.

See Also