'宣言 Public Function New( _ ByVal documentAction As C1DocumentAction, _ ByVal pageIndex As System.Integer, _ ByVal pageBounds As Rect _ )
'使用法 Dim documentAction As C1DocumentAction Dim pageIndex As System.Integer Dim pageBounds As Rect Dim instance As New C1LinkTargetPage(documentAction, pageIndex, pageBounds)
public C1LinkTargetPage( C1DocumentAction documentAction, System.int pageIndex, Rect pageBounds )
パラメータ
- documentAction
- The C1DocumentAction object to execute.
- pageIndex
- The index of the page within document.
- pageBounds
- The area within page.