Back to Devexpress

PrintId Class

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-datacontracts-2f9fa3fe.md

latest2.1 KB
Original Source

PrintId Class

Identifies the printed document.

Namespace : DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DataContract]
public class PrintId
vb
<DataContract>
Public Class PrintId

The following members return PrintId objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAsyncReportService.EndStartPrint(IAsyncResult)
PrintId.GenerateNew()
PrintStatus.PrintId
.NET Reporting ToolsIReportService.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

PrintId Members

DevExpress.DocumentServices.ServiceModel.DataContracts Namespace