Skip to main content
A newer version of this page is available.

DocumentData.SerializedWatermark Property

For internal use. Specifies the serialized watermark settings.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

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

Property Value

Type Description
Byte[]

A Byte array.

See Also