SaveToPDF saves the current image to an open Adobe PDF file.
You can create a PDF file using CreatePDFFile then add pages using SaveToPDF and finally close the file using ClosePDFFile.
The resulting PDF file will contain only images, aligned to the upper-left side of the paper.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SaveToPDF()
Public Sub SaveToPDF
public: void SaveToPDF()