PdfDataResponse Methods |
The PdfDataResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Clears all content output from the buffer stream.
|
![]() | Dispose |
Disposes the PdfDataResponse instance.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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.
|