'宣言
Sub AddBookmark( _ ByVal key As String, _ ByVal sourcePage As Integer, _ ByVal sourceArea As RectangleF, _ ByVal targetPage As Integer, _ ByVal targetArea As RectangleF _ )
void AddBookmark( string key, int sourcePage, RectangleF sourceArea, int targetPage, RectangleF targetArea )
パラメータ
- key
- ブックマークの一意のキー。
- sourcePage
- ソースページインデックス。
- sourceArea
- ソース領域(Twips単位)。
- targetPage
- 対象のページインデックス。
- targetArea
- 対象の領域(Twips単位)。