このメソッドは、指定した名前のブックマークを構成する 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 _
)
このページは役に立ちましたか?