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

DocumentExportArgs.SerializedExportOptions Property

Specifies the export options of a document, serialized to a Byte array.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
Byte[]

An array of Byte values.

See Also