Click or drag to resize

PdfDataResponseStatus Enumeration

Provides enumerated values that are used to set the status of a PdfDataResponse to a PdfDataRequest.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum PdfDataResponseStatus
Members
  Member nameValueDescription
None0 The PdfDataRequest has not yet been processed.
OK200 The PdfDataRequest was successfully processed and appropriate PdfDataResponse is ready for use.
Cancel-1 The PdfDataRequest was successfully processed and the PdfDataRequest should be canceled.
See Also