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 の Add メソッド — 既存のオブジェクトを FineReader Engine コレクションの末尾に追加する共通メソッド。
HRESULT Add( I<ElementType>* Value );
void Add( I<ElementType> Value );
Sub Add(Value As I<ElementType>)
C# コード
for( int i = 0; i < Document.Pages.Count; i++ ) { if( Document.Pages[i].PageStructureOutOfDate ) { pageIndices.Add( i ); } }
このページは役に立ちましたか?