![]() |
PDFix SDK
8.1.1
|
PdfTiffConversion class. More...
#include <pdfix.h>
Public Member Functions | |
| virtual bool | SetParams (PdfTiffParams *params)=0 |
| Sets tiff export parameters. More... | |
Public Member Functions inherited from PdfConversion | |
| virtual void | Destroy ()=0 |
| Destroys the object and its associated resources. More... | |
| virtual bool | AddPage (int index)=0 |
| Adds page for conversion. When none page is added, the whole document is saved. More... | |
| virtual bool | Save (const wchar_t *path)=0 |
| Writes conversion of the document into the file. More... | |
| virtual bool | SaveToStream (PsStream *stream)=0 |
| Writes conversion of the document into the stream. More... | |
PdfTiffConversion class.
A PdfTiffConversion allows you to set convert PDF to TIFF.
|
pure virtual |
Sets tiff export parameters.
| params | tiff export parameters. |