| FopRenderer Methods |
The FopRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| Intercepts |
Always returns RenderMode.Binary.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Render(Stream, Config, XslCompiledTransform) |
Transforms the engine's XML using the XslCompiledTransform into a temporary file, then launches FOP in command line mode to transform the XSL-FO file into a PDF one, then outputs the PDF file.
| |
| Render(TextWriter, Config, XslCompiledTransform) |
Not implemented.
| |
| Render(XmlWriter, Config, XslCompiledTransform) |
Not implemented.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |