Nasosoft PDF for .NET Object Model
To develop solution that use Nasosoft PDF for .NET, you can interact with the objects provides by the PDF object model. PDF objects are arranged in a hierarchical order, and the main class at the top of the hierarchy is PdfDocument class. The PdfDocument class is important because most of the time you work with it in some way.
The PDF object model closely follows the PDF document. The PdfDocument object represents a single PDF document; the PdfPage object represents a single page, and so on. Each of these objects has many methods and properties that allow you to manipulate and interact with it.
Excel object model provides many objects with which you can interact. The following section briefly describes the top-level objects and how they interact with each other. These include:
· PdfDocument Object
· PdfPage Object
· PdfGraphics Object
· PdfDocumentEditor Object