'宣言 Public Sub DrawPage( _ ByVal graphics As C1Graphics, _ ByVal pageIndex As System.Integer _ )
'使用法 Dim instance As C1DocumentSource Dim graphics As C1Graphics Dim pageIndex As System.Integer instance.DrawPage(graphics, pageIndex)
public void DrawPage( C1Graphics graphics, System.int pageIndex )
パラメータ
- graphics
- C1.Document.Util.C1Graphics to draw to.
- pageIndex
- The page index.