Zum Hauptinhalt springen
Die mit AEF_ beginnenden Flags werden verwendet, um die möglichen Exportformate von ABBYY FineReader Engine zu kennzeichnen, deren Verfügbarkeit von der Lizenz abhängt. Die Eigenschaft ILicense::AvailableExportFormats gibt eine bitweise ODER-Kombination aus null oder mehr dieser Flag-Werte zurück, wobei jedes gesetzte Bit angibt, dass das entsprechende Exportformat in der Lizenz verfügbar ist.
module AvailableExportFormatsFlags
{
  const int AEF_RTF           = 0x00000001;
  const int AEF_HTML          = 0x00000002;
  const int AEF_XLS           = 0x00000004;
  const int AEF_PDF           = 0x00000008;
  const int AEF_Text          = 0x00000020;
  const int AEF_PDFImageOnly  = 0x00000040;
  const int AEF_XML           = 0x00000080;
  const int AEF_PPT           = 0x00000100;
  const int AEF_PDFA          = 0x00000200;
  const int AEF_PDFMRC        = 0x00000800;
  const int AEF_ALTO          = 0x00001000;
  const int AEF_EPUB          = 0x00002000;
  const int AEF_FB2           = 0x00004000;
  const int AEF_ODT           = 0x00008000;
  const int AEF_XPS           = 0x00010000;
};

Elemente

Flag-NameBeschreibung
AEF_ALTOALTO-Exportformat.
AEF_EPUBEPUB-Exportformat.
AEF_FB2FB2-Exportformat.
AEF_HTMLHTML-Exportformat.
AEF_ODTODT-Exportformat.
AEF_PDFPDF-Exportformat.
AEF_PDFAPDF/A-Exportformat.
AEF_PDFImageOnlyPDF-Image-Only-Exportformat.
AEF_PDFMRCPDF-MRC-Exportformat.
AEF_PPTPPTX-Exportformat.
AEF_RTFRTF-/DOCX-Exportformat.
AEF_TextText-Exportformat.
AEF_XLSXLS-/XLSX-Exportformat.
AEF_XMLABBYY XML-Exportformat.
AEF_XPSXPS-Exportformat.

Verwendet in

Lizenz ABBYY FineReader Engine 12-Module