Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ABBYY FineReader Engine API のエンジン オブジェクトの LoadProfile メソッド — このメソッドはユーザープロファイル ファイルを読み込み、新しく作成された FineReader Engine オブジェクトの既定値を設定します。
HRESULT LoadProfile( BSTR FileName );
void LoadProfile( string FileName );
Sub LoadProfile(FileName As String)
C# コード
// Engine を読み込む FREngine.IEngine engine; ... string profileName = ""; // ユーザープロファイル ファイルへのパス // ユーザープロファイルを読み込む if( System.IO.File.Exists( profileName ) ) { engineLoader.Engine.LoadProfile( profileName ); } // ドキュメント処理を続行
このページは役に立ちましたか?