Adding graphs to PDF documents is a very common task for developers while working with Adobe Acrobat Writer or some other PDF processing application. There are many types of graphs that can be used in PDF applications by developers.
Aspose.Pdf also supports adding graphs to PDF documents. For this purpose, Graph class is provided to developers by Aspose.Pdf . Graph class, a specialization of Paragraph class, is used to add Graph Paragraph into Pdf document. A Graph contains a collection of Shapes .
Five type of shapes are supported by Graph class as given below:
The above details are also depicted in the figures below:
|