Click or drag to resize

PdfDataResponseStatus Property

Gets or sets a value representing the status code of the output returned to the request for PdfObject data.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfDataResponseStatus Status { get; set; }

Property Value

Type: PdfDataResponseStatus
Remarks
The default status is None. The status will automatically be set to OK once data has been written to the output buffer stream. If the status is set to Cancel, the PdfObject data will not be processed and the StatusMessage will be displayed to the client. If the statis remains None, an error will be thrown to the client.
See Also