In This Topic
The GdPicturePDF class is responsible for almost all PDF features that GdPicture.NET toolkit offers. It is used as a wrapper class to allow you easily operate with PDF documents.
Overload List
Overload | Description |
GdPicturePDF Constructor | A standard constructor for the GdPicturePDF class. It initializes an instance of the GdPicturePDF class,
which subsequently represents a wrapper for any PDF file. You will need this object to perform all available operations with the current PDF document.
Please note that a newly created GdPicturePDF object does not automatically create a new empty PDF document. |
See Also