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

PrintId Class

Identifies the printed document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

[DataContract]
public class PrintId

The following members return PrintId objects:

Library Related API Members
Cross-Platform Class Library IAsyncReportService.EndStartPrint(IAsyncResult)
PrintId.GenerateNew()
PrintStatus.PrintId
Reporting IReportService.StartPrint(DocumentId, PageCompatibility)
ReportService.StartPrint(DocumentId, PageCompatibility)

Remarks

An object of the PrintId type is returned by the PrintStatus.PrintId property.

Inheritance

Object
PrintId
See Also