Skip to main content

DocumentExportArgs.SerializedExportOptions Property

Specifies the export options of a document, 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[] SerializedExportOptions { get; set; }

Property Value

Type Description
Byte[]

An array of Byte values.

See Also