'宣言
Public Function AddBookmark( _
ByVal pageIndex As System.Integer, _
ByVal x As System.Single, _
ByVal y As System.Single, _
ByVal title As System.String _
) As IBookmark
public IBookmark AddBookmark(
System.int pageIndex,
System.float x,
System.float y,
System.string title
)