PrintDocument for WinForms
GotoAnchor(String) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : GotoAnchor(String) メソッド
The name of the anchor.
Ensures that the specified anchor (see C1.C1Preview.C1Anchor) is visible in the current preview pane.
シンタックス
'宣言
 
Public Function GotoAnchor( _
   ByVal anchorName As System.String _
) As System.Boolean
'使用法
 
Dim instance As C1PreviewPane
Dim anchorName As System.String
Dim value As System.Boolean
 
value = instance.GotoAnchor(anchorName)
public System.bool GotoAnchor( 
   System.string anchorName
)

パラメータ

anchorName
The name of the anchor.

戻り値の型

true if the anchor was found, false otherwise.
参照

C1PreviewPane クラス
C1PreviewPane メンバ