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.48.0.0 (3.48.0.0)
Syntax public PdfDataResponseStatus Status { get; set; }
Public Property Status As PdfDataResponseStatus
Get
Set
Property Value
Type:
PdfDataResponseStatusRemarks
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