PdfDataResponse Class |
Namespace: RadPdf.Integration
The PdfDataResponse type exposes the following members.
Name | Description | |
---|---|---|
Status | ||
StatusMessage |
Gets or sets a value representing the status message displayed to the client if PdfDataResponseStatus is Cancel.
|
Name | Description | |
---|---|---|
Clear |
Clears all content output from the buffer stream.
| |
Dispose |
Disposes the PdfDataResponse instance.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write(Byte) |
Writes a block of bytes to the response output stream using data read from a buffer.
| |
Write(Stream) |
Writes a block of bytes to the response output stream using data read from a Stream.
| |
Write(Byte, Int32, Int32) |
Writes a block of bytes to the current stream using data read from a buffer.
| |
WriteFile |
Writes a block of bytes to the response output stream using data read from a FileStream with the specified filename.
|