![]() |
PDFix SDK
7.2.0
|
PdfTiffConversion class. More...
#include <pdfix.h>
Public Member Functions | |
virtual bool | SetParams (PdfTiffParams *params)=0 |
Sets tiff export parameters. More... | |
![]() | |
virtual void | Destroy ()=0 |
Destroys the object and its associated resources. More... | |
virtual bool | AddPage (int index, PdfCancelProc cancel_proc, void *cancel_data)=0 |
Adds page for conversion. When none page is added, the whole document is saved. More... | |
virtual bool | Save (const wchar_t *path, PdfCancelProc cancel_proc, void *cancel_data)=0 |
Writes conversion of the document into the file. More... | |
virtual bool | SaveToStream (PsStream *stream, PdfCancelProc cancel_proc, void *cancel_data)=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. |