CDRPDFExportStyle
This data type specifies the type used to export the page to the PDF.
Type | Description |
---|---|
CDRPDF_ImgOnly |
Export the page as "image only" to the PDF. |
CDRPDF_ImgOnTxt |
Default value Export the page with both image and text to the PDF. |
CDRPDF_NoExport |
Do not export this page to the PDF. |
CDRPDF_NoThumbnails |
This type is obsolete. Since version 5.9.1, all pages are exported without thumbnails. |
CDRPDF_TxtOnly |
Export the page as "text only" to the PDF. |