屬性
| 名稱 | 類型 | 說明 |
|---|---|---|
| PageProcessingParams | PageProcessingParams | 指定文件中每一頁的處理參數。 |
| PerformSynthesis | VARIANT_BOOL | 指定是否要執行文件合成。若此屬性為 FALSE,則會忽略 SynthesisParamsForDocument 屬性。此屬性預設為 TRUE。 |
| SynthesisParamsForDocument | SynthesisParamsForDocument | 指定文件的合成參數。 |
方法
| 名稱 | 說明 |
|---|---|
| CopyFrom | 以另一個物件中對應屬性的值來初始化目前物件的屬性。 |
| LoadFromFile | 從磁碟上的檔案還原物件內容。 |
| LoadFromMemory <Note>:僅限 Windows。</Note> | 從全域記憶體還原物件內容。 |
| SaveToFile | 將物件內容儲存到磁碟上的檔案。 |
| SaveToMemory <Note>:僅限 Windows。</Note> | 將物件內容儲存到全域記憶體。 |
物件圖
輸出參數
輸入參數
- Process、ProcessPages:FRDocument 物件的方法
- RecognizeImageFile、InjectTextLayer:Engine 物件的方法
範例
C# 程式碼
C# 程式碼
- Linux:CustomLanguage
- Windows:CustomLanguage、VisualComponents (Win) ;以及示範工具:MultiProcessingRecognition、PDFExportProfiles。
