PxLicenseFeature Enumeration
typedef enum { ... } PxLicenseFeature;
A product feature that a license can grant. The features mask combines these.
Enumeration Cases
| Name | Summary |
|---|---|
| PxLicenseFeature_OCR | Permission to use OCR (text recognition). |
| PxLicenseFeature_PDF | Permission to write PDF files. |
| PxLicenseFeature_PNG | Permission to write PNG files. |
| PxLicenseFeature_TIFF | Permission to write TIFF G4 files. |