이 메서드는 북마크 이름을 기반으로 북마크를 구성하는 string의 시작 문자 인덱스와 길이를 반환합니다.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.
이 메서드는 북마크 이름을 기반으로 북마크를 구성하는 string의 시작 문자 인덱스와 길이를 반환합니다.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.
HRESULT GetBookmarkRange(
BSTR Bookmark,
int* StartPos,
int* Count
);
void GetBookmarkRange(
string Bookmark,
out int StartPos,
out int Count
);
Sub GetBookmarkRange( _
Bookmark As String, _
ByRef StartPos As Integer, _
ByRef Count As Integer _
)
이 페이지가 도움이 되었나요?