|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
PDF to SearchablePdf conversion parameter object. More...
#include <base_type.h>
Properties | |
| BOOL | enableOCR |
| Whether to enable OCR. | |
| BOOL | containImage |
| Whether to include images (only effective when OCR is disabled) | |
| BOOL | formulaToImage |
| Convert formulas to images. | |
| BOOL | contain_page_background_image |
| Whether to contain page background images when converting,which takes effect only when enable_ocr is true. | |
| BOOL | output_document_per_page |
| whether to output one document per page. | |
| OCROption | ocrOption |
| OCR option scope. | |
| NSString * | pageRanges |
| Page ranges for conversion (e.g. "1-3,5,7-9") | |
PDF to SearchablePdf conversion parameter object.
Definition at line 538 of file base_type.h.
|
readwritenonatomicassign |
Whether to contain page background images when converting,which takes effect only when enable_ocr is true.
Definition at line 550 of file base_type.h.
|
readwritenonatomicassign |
Whether to include images (only effective when OCR is disabled)
Definition at line 544 of file base_type.h.
|
readwritenonatomicassign |
Whether to enable OCR.
Definition at line 541 of file base_type.h.
|
readwritenonatomicassign |
Convert formulas to images.
Definition at line 547 of file base_type.h.
|
readwritenonatomicassign |
OCR option scope.
Definition at line 556 of file base_type.h.
|
readwritenonatomicassign |
whether to output one document per page.
Definition at line 553 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 559 of file base_type.h.