DynamicPDF™ Generator for .NET was built with extensibility in mind. It includes an API for the development of custom Page Elements and allows many of the base classes to be inherited. Potential classes that are useful to inherit from include: the Document class, the Page class, the PageElement class, the Font class, and the Resource class.
DynamicPDF™ Merger for .NET is a good example of what can be accomplished when extending the object model. It is possible to produce PDF documents that utilize just about any PDF feature by extending the appropriate class.
See the Custom Page Element topic for details on extending the PageElement class.
| See Also |
Document Class | Page Class | Font Class | PageElement Class | Resource Class | Custom Page Elements | Advanced Topics | Programming with Generator for .NET

