메인 콘텐츠로 건너뛰기

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.

이 메서드를 사용하면 선택할 블록을 설정할 수 있습니다.

구문

C++

HRESULT SetSelectedBlocksIndices( IIntsCollection* indices );

C#

void SetSelectedBlocksIndices( IIntsCollection indices );

Visual Basic .NET

Sub SetSelectedBlocksIndices(indices As IntsCollection)

매개변수

indices [in] 선택할 블록의 인덱스 집합이 들어 있는 IntsCollection 객체를 가리킵니다.

반환 값

이 메서드에는 특정 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.

참고 항목

ImageViewer GetSelectedBlocksIndices