PrintDocument for WinForms
ProcessPage メソッド (ImageExporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ImageExporter クラス : ProcessPage メソッド
The System.Drawing.Imaging.Metafile representing the page to export.
The C1.C1Preview.C1MetafileInfo containing information about the pageImage.
The 1-based page number.
true if pageImage represents the first page of the document, false otherwise.
Exports a page of a document represented by a System.Drawing.Imaging.Metafile.
シンタックス
'宣言
 
Protected Overrides Sub ProcessPage( _
   ByVal pageImage As System.Drawing.Imaging.Metafile, _
   ByVal metafileInfo As C1MetafileInfo, _
   ByVal pageNo As System.Integer, _
   ByVal firstPage As System.Boolean _
) 
'使用法
 
Dim instance As ImageExporter
Dim pageImage As System.Drawing.Imaging.Metafile
Dim metafileInfo As C1MetafileInfo
Dim pageNo As System.Integer
Dim firstPage As System.Boolean
 
instance.ProcessPage(pageImage, metafileInfo, pageNo, firstPage)
protected override void ProcessPage( 
   System.Drawing.Imaging.Metafile pageImage,
   C1MetafileInfo metafileInfo,
   System.int pageNo,
   System.bool firstPage
)

パラメータ

pageImage
The System.Drawing.Imaging.Metafile representing the page to export.
metafileInfo
The C1.C1Preview.C1MetafileInfo containing information about the pageImage.
pageNo
The 1-based page number.
firstPage
true if pageImage represents the first page of the document, false otherwise.
参照

ImageExporter クラス
ImageExporter メンバ