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

PrintStatus.PrintId Property

Identifies the printed document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public PrintId PrintId { get; set; }

Property Value

Type Description
PrintId

A PrintId object.

See Also