FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.DrawingSpace 名前空間 > IPdfSupportPSObject インタフェース : Print メソッド |
'Declaration
Sub Print( _ ByVal g As PdfGraphics, _ ByVal rectangle As Rectangle, _ ByVal zoomFactor As Single _ )
'使用法
Dim instance As IPdfSupportPSObject Dim g As PdfGraphics Dim rectangle As Rectangle Dim zoomFactor As Single instance.Print(g, rectangle, zoomFactor)
void Print( PdfGraphics g, Rectangle rectangle, float zoomFactor )