Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드는 문서에 페이지를 추가합니다. 이 페이지는 다른 문서의 일부일 수도 있습니다. Linux 및 Windows에서는 BatchProcessor 객체를 사용해 페이지를 가져올 수도 있습니다.
HRESULT AddPage( IFRPage* Page );
void AddPage( IFRPage Page );
Sub AddPage(Page As IFRPage)
Page
[in] 이 변수는 추가할 페이지에 해당하는 FRPage 객체를 가리킵니다.
이 메서드에는 별도의 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.
이 메서드는 FRDocument 객체의 IConnectionPointContainer 인터페이스에 연결된 리스너에 어떤 이벤트도 전달하지 않습니다.
FRDocument